All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by output with all dependencies

Search JAR files by class name

classdep from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.

Group: au.net.zeus.jgdms.tools Artifact: classdep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classdep
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies asm, asm-commons,
There are maybe transitive dependencies!

box from group edu.byu.hbll.box (version 1.3.5)

Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.

Group: edu.byu.hbll.box Artifact: box
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact box
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL https://bitbucket.org/byuhbll/box
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

box-web from group edu.byu.hbll.box (version 1.3.5)

Group: edu.byu.hbll.box Artifact: box-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact box-web
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, stats,
There are maybe transitive dependencies!

siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.9)

FunctionExecutors 1. GeoWithinFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence 2. GeoIntersectsFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence 3. GeoWithinDistanceFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double) OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double) Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence StreamProcessors 1. GeoCrossesStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string) Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or geoJSONGeometry) crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false when the object crosses out of the geoJSONGeometryFence 2. GeoStationaryStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius an event with `stationary` additional attribute set to true. When the object starts to move out of the radius an event with `stationary` additional attribute set to false. 3. GeoProximityStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the radius an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the radius an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes `proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id unique to the pair of objects

Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo
Show all versions Show documentation 
 

23 downloads
Artifact siddhi-gpl-execution-geo
Group org.wso2.extension.siddhi.gpl.execution.geo
Version 4.0.9
Last update 19. December 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies siddhi-query-api, siddhi-query-compiler, siddhi-core, log4j, gson, gt-geojson,
There are maybe transitive dependencies!

dyna4jdbc from group com.github.peter-gergely-horvath (version 3.1.1)

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

Group: com.github.peter-gergely-horvath Artifact: dyna4jdbc
Show all versions Show documentation Show source 
 

2 downloads
Artifact dyna4jdbc
Group com.github.peter-gergely-horvath
Version 3.1.1
Last update 17. September 2017
Organization not specified
URL https://github.com/peter-gergely-horvath/dyna4jdbc
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xtext.xbase.junit from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.xbase.junit
Show all versions Show documentation Show source 
 

4 downloads
Artifact org.eclipse.xtext.xbase.junit
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies org.eclipse.xtext.xbase, org.eclipse.xtext.junit4,
There are maybe transitive dependencies!

org.eclipse.xtext.xbase.ui from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.xbase.ui
Show all versions Show documentation Show source 
 

2 downloads
Artifact org.eclipse.xtext.xbase.ui
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext.xbase,
There are maybe transitive dependencies!

org.eclipse.xtext.ui.codetemplates.ui from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.ui.codetemplates.ui
Show all versions Show documentation Show source 
 

3 downloads
Artifact org.eclipse.xtext.ui.codetemplates.ui
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtext.ui.codetemplates,
There are maybe transitive dependencies!

org.eclipse.xtext.ui.shared from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.ui.shared
Show all versions Show documentation Show source 
 

7 downloads
Artifact org.eclipse.xtext.ui.shared
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xtext.ui.codetemplates from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.ui.codetemplates
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xtext.ui.codetemplates
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 84 from 88 (items total 877)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy