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

Download JAR files tagged by oriented with all dependencies

Search JAR files by class name

javax.batch-annotation from group javax.batch (version 1.0-b17)

Group: javax.batch Artifact: javax.batch-annotation
Show all versions Show documentation Show source 
 

1 downloads
Artifact javax.batch-annotation
Group javax.batch
Version 1.0-b17
Last update 18. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.ibm.batch-runtime-all from group com.ibm.batch (version 1.0-b10)

Group: com.ibm.batch Artifact: com.ibm.batch-runtime-all
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-runtime-all
Group com.ibm.batch
Version 1.0-b10
Last update 15. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.ibm.batch-tck from group com.ibm.batch (version 1.0-b05)

Group: com.ibm.batch Artifact: com.ibm.batch-tck
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-tck
Group com.ibm.batch
Version 1.0-b05
Last update 15. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies testng, com.ibm.batch-tck-spi, javax.batch-annotation, com.ibm.batch-model, javax.batch-api, com.ibm.batch-runtime, javax.inject-tck, derby, derbynet, xmlunit,
There are maybe transitive dependencies!

com.ibm.batch-runtime from group com.ibm.batch (version 1.0-b06)

Group: com.ibm.batch Artifact: com.ibm.batch-runtime
Show all versions Show documentation Show source 
 

7 downloads
Artifact com.ibm.batch-runtime
Group com.ibm.batch
Version 1.0-b06
Last update 15. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies javax.batch-annotation, com.ibm.batch-model, javax.batch-api, com.ibm.batch-tck-spi,
There are maybe transitive dependencies!

com.ibm.batch-tck-spi from group com.ibm.batch (version 1.0-b05)

Group: com.ibm.batch Artifact: com.ibm.batch-tck-spi
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-tck-spi
Group com.ibm.batch
Version 1.0-b05
Last update 15. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies javax.batch-api,
There are maybe transitive dependencies!

com.ibm.batch-model from group com.ibm.batch (version 1.0-b05)

Group: com.ibm.batch Artifact: com.ibm.batch-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-model
Group com.ibm.batch
Version 1.0-b05
Last update 15. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.ibm.batch-cdi-integration from group com.ibm.batch (version 1.0-b04)

Group: com.ibm.batch Artifact: com.ibm.batch-cdi-integration
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-cdi-integration
Group com.ibm.batch
Version 1.0-b04
Last update 31. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies com.ibm.batch-runtime, javax.batch-annotation, javax.batch-api,
There are maybe transitive dependencies!

com.ibm.batch-annotation-processors from group com.ibm.batch (version 1.0-b03)

Group: com.ibm.batch Artifact: com.ibm.batch-annotation-processors
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.batch-annotation-processors
Group com.ibm.batch
Version 1.0-b03
Last update 11. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies javax.batch-annotation,
There are maybe transitive dependencies!

antlr3-maven-plugin from group org.antlr (version 3.5.3)

This is the brand new, re-written from scratch plugin for ANTLR v3. Previous valiant efforts all suffered from being unable to modify the ANTLR Tool itself to provide support not just for Maven oriented things but any other tool that might wish to invoke ANTLR without resorting to the command line interface. Rather than try to shoe-horn new code into the existing Mojo (in fact I think that by incorporating a patch supplied by someone I ended up with tow versions of the Mojo, I elected to rewrite everything from scratch, including the documentation, so that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports such as imported grammar processing, proper support for library directories and locating token files from generated sources, and so on. In the end I decided to also change the the ANTLR Tool.java code so that it would be the provider of all the things that a build tool needs, rather than delegating things to 5 different tools. So, things like dependencies, dependency sorting, option tracking, generating sources and so on are all folded back in to ANTLR's Tool.java code, where they belong, and they now provide a public interface to anyone that might want to interface with them. One other goal of this rewrite was to completely document the whole thing to death. Hence even this pom has more comments than funcitonal elements, in case I get run over by a bus or fall off a cliff while skiing. Jim Idle - March 2009

Group: org.antlr Artifact: antlr3-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!

straightedge from group com.massisframework (version 0.8)

Includes 2 main parts: - Path finding through 2D polygons using the A star algorithm and navigation-mesh generation Field of vision / shadows / line of sight / lighting. The basic polygon and point classes are the KPolygon and KPoint. KPolygon contains a list of KPoints for vertices as well as a center (centroid), area, and radius (circular bound or distance from center to furthest point). KPolygon was born out of the need for a more game-oriented and flexible polygon class than the Path2D class in the standard Java library. KPolygon implements java.awt.geom.Shape so it can be easily drawn and filled by Java2D's Graphics2D object. - This API provides path-finding and field-of-vision. For other complex geometric operations such as buffering (fattening and shrinking) and constructive area geometry (intersections and unions) it is recommended to use the excellent Java Topology Suite (JTS). The standard Java2D library also provides the Area class which can be used for some constructive area geometry operations. Note that there is a utility class PolygonConverter that can quickly convert KPolygons to JTS polygons and vice versa.

Group: com.massisframework Artifact: straightedge
Show documentation Show source 
 

1 downloads
Artifact straightedge
Group com.massisframework
Version 0.8
Last update 21. December 2015
Organization not specified
URL https://github.com/rpax/straightedge
License New BSD License
Dependencies amount 1
Dependencies jts,
There are maybe transitive dependencies!



Page 305 from 306 (items total 3055)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy