Download JAR files tagged by versions with all dependencies
gemini-blueprint from group org.eclipse.gemini.blueprint (version 3.0.0.M01)
Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By
using Gemini Blueprint, applications benefit from using a
better separation of modules, the ability to dynamically add, remove, and update modules in a running system,
the ability to deploy multiple versions of a module
simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.
Group: org.eclipse.gemini.blueprint Artifact: gemini-blueprint
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gemini-blueprint
Group org.eclipse.gemini.blueprint
Version 3.0.0.M01
Last update 02. April 2018
Organization not specified
URL http://www.eclipse.org/gemini/blueprint/
License Eclipse Public License, Version 1.0
Dependencies amount 1
Dependencies javax.inject,
There are maybe transitive dependencies!
Group org.eclipse.gemini.blueprint
Version 3.0.0.M01
Last update 02. April 2018
Organization not specified
URL http://www.eclipse.org/gemini/blueprint/
License Eclipse Public License, Version 1.0
Dependencies amount 1
Dependencies javax.inject,
There are maybe transitive dependencies!
fatjar-maven-plugin from group com.amitinside (version 0.0.1)
This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies
specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc)
before packing the dependency as this dependency could contain other jar files. The primary
motive is to collect all the dependencies including the plain jar dependencies and the other
jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could
also update the versions of the specified dependencies before wrapping in a big fat JAR bundle.
This internally uses bnd to wrap all the dependencies in a single fat JAR.
Artifact fatjar-maven-plugin
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
There are maybe transitive dependencies!
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
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!
bigtable-client from group com.google.cloud.bigtable (version 0.9.1)
This is a client to access Cloud Bigtable (https://cloud.google.com/bigtable/) via the HBase APIs.
There are a handful of modules in this project. The bigtable-hbase-x.x projects are intendned to be the projects which users interact with. The x.x versions in the bigtable-hbase-x.x projects represent the hbase major and minor versions which the project supports. For example, bigtable-hbase-1.0 will integrate with all hbase 1.0.x releases and bigtable-hbase-1.1 will integrate with all hbase 1.1.* releases.
The bigtable-protos, bigtable-client-core and bigtable-hbase modules are meant to be used as components of bigtable-hbase-x.x. Those submodules may be usedful outside of the bigtable-hbase-x.x projects, but have not been thoroughly tested in other scenarios.
Group: com.google.cloud.bigtable Artifact: bigtable-client
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bigtable-client
Group com.google.cloud.bigtable
Version 0.9.1
Last update 18. July 2016
Organization not specified
URL https://cloud.google.com/bigtable/
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.google.cloud.bigtable
Version 0.9.1
Last update 18. July 2016
Organization not specified
URL https://cloud.google.com/bigtable/
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
baselining-maven-plugin from group net.distilledcode.maven (version 1.1.0)
Maven plugin leveraging the baselining feature of the bnd library[0].
The plugin automatically checks an OSGi bundle's package export
versions need to be incremented, in accordance with semantic versioning[1,2].
[0] http://blog.osgi.org/2013/09/baselining-semantic-versioning-made-easy.html
[1] http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf
[2] http://semver.org/spec/v2.0.0.html
Group: net.distilledcode.maven Artifact: baselining-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact baselining-maven-plugin
Group net.distilledcode.maven
Version 1.1.0
Last update 08. April 2016
Organization not specified
URL https://github.com/code-distillery/baselining-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies bnd, maven-plugin-api, maven-core, maven-compat,
There are maybe transitive dependencies!
Group net.distilledcode.maven
Version 1.1.0
Last update 08. April 2016
Organization not specified
URL https://github.com/code-distillery/baselining-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies bnd, maven-plugin-api, maven-core, maven-compat,
There are maybe transitive dependencies!
woden-ant from group org.apache.woden (version 1.0M10)
0 downloads
Artifact woden-ant
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ant, woden-core, woden-tool,
There are maybe transitive dependencies!
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ant, woden-core, woden-tool,
There are maybe transitive dependencies!
woden-converter-maven-plugin from group org.apache.woden (version 1.0M10)
Group: org.apache.woden Artifact: woden-converter-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact woden-converter-maven-plugin
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies woden-tool, maven-plugin-api,
There are maybe transitive dependencies!
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies woden-tool, maven-plugin-api,
There are maybe transitive dependencies!
woden-tool from group org.apache.woden (version 1.0M10)
1 downloads
Artifact woden-tool
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies wsdl4j, commons-logging,
There are maybe transitive dependencies!
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies wsdl4j, commons-logging,
There are maybe transitive dependencies!
woden-core from group org.apache.woden (version 1.0M10)
Artifact woden-core
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xmlschema-core, commons-logging,
There are maybe transitive dependencies!
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies xmlschema-core, commons-logging,
There are maybe transitive dependencies!
woden from group org.apache.woden (version 1.0M10)
The Woden project is a subproject of the Apache Web Services Project to
develop a Java class library for reading, manipulating, creating and writing WSDL documents,
initially to support WSDL 2.0 but with the longer term aim of supporting past, present and
future versions of WSDL.
There are two main deliverables: an API and an implementation. The Woden API consists of
a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the
W3C WSDL 2.0 specification. The implementation will be a high performance implementation
directly usable in other Apache projects such as Axis2.
Group: org.apache.woden Artifact: woden
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact woden
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization Apache Software Foundation
URL http://ws.apache.org/woden/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.apache.woden
Version 1.0M10
Last update 06. September 2015
Organization Apache Software Foundation
URL http://ws.apache.org/woden/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 147 from 3 (items total 1532)