Download JAR files tagged by cause with all dependencies
option-example from group org.codehaus.jedi (version 3.0.5)
0 downloads
Artifact option-example
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!
empire-example from group org.codehaus.jedi (version 3.0.5)
0 downloads
Artifact empire-example
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!
examples from group org.codehaus.jedi (version 3.0.5)
Group: org.codehaus.jedi Artifact: examples
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact examples
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jedi-jdk6 from group org.codehaus.jedi (version 3.0.5)
0 downloads
Artifact jedi-jdk6
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!
jedi-jdk5 from group org.codehaus.jedi (version 3.0.5)
2 downloads
Artifact jedi-jdk5
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!
jedi-annotations from group org.codehaus.jedi (version 3.0.5)
0 downloads
Artifact jedi-annotations
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jedi-core,
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jedi-core,
There are maybe transitive dependencies!
codegen from group org.codehaus.jedi (version 3.0.5)
Group: org.codehaus.jedi Artifact: codegen
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact codegen
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jedi-core from group org.codehaus.jedi (version 3.0.5)
0 downloads
Artifact jedi-core
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jedi from group org.codehaus.jedi (version 3.0.5)
Java's syntactic and library support for these components tends to cause the above concerns to be mixed
with each other, with other concerns, and with low-level implementation details. This means that the code is
cluttered, verbose and does not express intent very well.
Jedi aims to repair this by providing a library of routines for filtering, iteration, conversion from
one collection type to another, first order logic functions, etc. It makes extensive use of higher order
functions and closures (also known as 'blocks' or 'lambdas' that can be implemented manually or by annotations.
Group: org.codehaus.jedi Artifact: jedi
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jedi
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
maven-glassfishbuild-extension from group org.glassfish.build (version 3.2.2)
GlassFish build depends on properly functioning several custom lifecycle mappings and
artifact handlers. Because these are necessary to resolve dependencies and to run
"gf:run" goal and etc., it is critical that these extensions be made available to
Maven early on during Maven execution.
This definition was originally in maven-glassfish-plugin, which was integrated
into Maven POM through <plugin>/<extensions>true marking, but after
a series of debugging to resolve artifact resolution failure problems, it turns
out that that doesn't cause Maven to load components early enough.
I tried to circumbent the prolem by also registering the maven-glassfish-plugin
as an extension module (via <build>/<extensions/<extension>), but that
apparently confuses Maven to no end --- I get build errors like this:
[INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin'
This is obviously one of the problematic areas of Maven, so to avoid doing hack
over hack, I'm simply moving the component definitions to its own module.
Group: org.glassfish.build Artifact: maven-glassfishbuild-extension
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact maven-glassfishbuild-extension
Group org.glassfish.build
Version 3.2.2
Last update 14. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies maven-core,
There are maybe transitive dependencies!
Group org.glassfish.build
Version 3.2.2
Last update 14. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies maven-core,
There are maybe transitive dependencies!
Page 8 from 10 (items total 93)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy