Download JAR files tagged by issue with all dependencies
gshell-bootstrap from group org.neociclo.tools (version 1.0.1)
Provides the tiny GShell bootstrap jar to keep platform scripts as simple as possible.
This is a fork of lastest (1.0-alpha-3-snapshot) version.
It implements issue GSHELL-127. For more info check http://issues.apache.org/jira/browse/GSHELL-127
Artifact gshell-bootstrap
Group org.neociclo.tools
Version 1.0.1
Last update 11. May 2010
Organization Neociclo
URL http://www.neociclo.org/tools
License GNU AFFERO GENERAL PUBLIC LICENSE v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.neociclo.tools
Version 1.0.1
Last update 11. May 2010
Organization Neociclo
URL http://www.neociclo.org/tools
License GNU AFFERO GENERAL PUBLIC LICENSE v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
properties-maven-plugin from group org.infrastructurebuilder.maven (version 1.2.1.0-ib)
The Properties Maven Plugin is here to make life a little easier
when dealing
with properties. It provides goals to read and write properties from files.
This was forked from the original properties-maven-plugin to fix issue
mojohaus/properties-maven-plugin#30.
For RELEASED IB Versions prior to 1.2.0.1, see [the original forked
repo](https://github.com/infrastructurebuilder/archived-properties-maven-plugin)
Note that the IB version might be released ahead or behind the mojohaus
version.
Group: org.infrastructurebuilder.maven Artifact: properties-maven-plugin
Show all versions Show documentation
Show all versions Show documentation
0 downloads
Artifact properties-maven-plugin
Group org.infrastructurebuilder.maven
Version 1.2.1.0-ib
Last update 20. September 2023
Organization not specified
URL https://www.mojohaus.org/properties-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies plexus-utils, plexus-sec-dispatcher, json, json-flattener, aws-java-sdk, tomlj,
There are maybe transitive dependencies!
Group org.infrastructurebuilder.maven
Version 1.2.1.0-ib
Last update 20. September 2023
Organization not specified
URL https://www.mojohaus.org/properties-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies plexus-utils, plexus-sec-dispatcher, json, json-flattener, aws-java-sdk, tomlj,
There are maybe transitive dependencies!
kostaskougios-cloning from group com.dominikcebula.cloning (version 1.10.1.1)
The cloning library is a small, open source (Apache
licensed) Java library which deep-clones objects. The
objects do not have to implement the Cloneable
interface. Effectively, this library can clone ANY
Java object. It can be used i.e. in cache
implementations, if you don't want the cached object
to be modified or whenever you want to create a deep
copy of an object.
This version contains a workaround for Java 8 Lambda Cloning Issue (not a proper solution).
0 downloads
Artifact kostaskougios-cloning
Group com.dominikcebula.cloning
Version 1.10.1.1
Last update 31. January 2020
Organization not specified
URL https://github.com/dominikcebula/cloning
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!
Group com.dominikcebula.cloning
Version 1.10.1.1
Last update 31. January 2020
Organization not specified
URL https://github.com/dominikcebula/cloning
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!
maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)
The maven-dependency-versions-check-plugin is a Maven plugin
that verifies that the resolved versions of dependencies are at
least the versions specified by the dependencies (or their
dependencies etc.) if not higher.
More specifically, it will check that
* The resolved version of every dependency declared explicitly
in the current POM is the same or a newer one than what was
stated. If the resolved version has a higher major version
number than the declared version, then the plugin will issue
a warning if configured to do so.
Note that enforced declared versions are ignored by the plugin.
* For every explicitly declared dependency in the current POM, all
its dependency versions are met. I.e. the resolved versions for
all dependencies in that dependency's POM are the same or higher
than the one stated in that dependency's POM. This is basically
the same check as the one above, but using the dependency's POM!
Also, if the current POM has exclusions specified for the
dependency, then these transitive dependencies are ignored
when checking this particular dependency.
Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!
scala-phonenumber_2.10 from group com.oglowo (version 0.3)
This will eventually be a port of Google's libphonenumber to Scala. For now, because I need this functionality quick, it simply wraps libphonenumber. It is NOT complete by any means. I've only added the functionality that I needed. Currently you get a PhoneNumber case class that assumes the country is USA when you don't pass the country in. While you can pass the country in, the only country defined is USA. If you're interested in more from this library, report an issue or send me a pull request. I want to complete it and slowly remove the dependency on Google's libphonenumber
0 downloads
Artifact scala-phonenumber_2.10
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!
api-ldap-codec-standalone from group org.apache.directory.api (version 2.1.7)
This module was created to fix issue DIRSHARED-91 where the embedded Felix
instance inside the default LdapCodecService implementation was making it
very problematic to deploy the ldap-codec inside an RCP (OSGi) environment
and hence Apache Directory Studio could not use it.
This module is most likely temporary and will disappear once we are fully
OSGi enabled. This module is a plain old jar, not a bundle to avoid
accidental reuse as an OSGi module because it contains the version of the
LdapCodecService that embeds Felix to make controls and extended ops
pluggable in the codec.
Group: org.apache.directory.api Artifact: api-ldap-codec-standalone
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact api-ldap-codec-standalone
Group org.apache.directory.api
Version 2.1.7
Last update 02. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies api-ldap-net-mina, api-ldap-codec-core, api-ldap-extras-codec, mina-core,
There are maybe transitive dependencies!
Group org.apache.directory.api
Version 2.1.7
Last update 02. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies api-ldap-net-mina, api-ldap-codec-core, api-ldap-extras-codec, mina-core,
There are maybe transitive dependencies!
metro-config from group org.glassfish.metro (version 4.0.4)
Group: org.glassfish.metro Artifact: metro-config
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact metro-config
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
wstx-impl from group org.glassfish.metro (version 4.0.4)
1 downloads
Artifact wstx-impl
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wstx-api, jakarta.annotation-api, jakarta.xml.bind-api, jakarta.xml.soap-api, jakarta.xml.ws-api, rt, istack-commons-runtime, policy, jaxb-runtime,
There are maybe transitive dependencies!
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wstx-api, jakarta.annotation-api, jakarta.xml.bind-api, jakarta.xml.soap-api, jakarta.xml.ws-api, rt, istack-commons-runtime, policy, jaxb-runtime,
There are maybe transitive dependencies!
docs from group org.glassfish.metro (version 4.0.4)
Group: org.glassfish.metro Artifact: docs
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact docs
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
metro-runtime-impl from group org.glassfish.metro (version 4.0.4)
Group: org.glassfish.metro Artifact: metro-runtime-impl
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact metro-runtime-impl
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies metro-runtime-api, soaptcp-api, soaptcp-impl, xmlfilter, wssx-api, jakarta.xml.ws-api, rt, gmbal, istack-commons-runtime, policy, streambuffer, stax-ex,
There are maybe transitive dependencies!
Group org.glassfish.metro
Version 4.0.4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies metro-runtime-api, soaptcp-api, soaptcp-impl, xmlfilter, wssx-api, jakarta.xml.ws-api, rt, gmbal, istack-commons-runtime, policy, streambuffer, stax-ex,
There are maybe transitive dependencies!
Page 10 from 16 (items total 155)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy