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

Download JAR files tagged by contain with all dependencies

Search JAR files by class name

truelicense-maven-plugin from group global.namespace.truelicense-maven-archetype (version 4.0.0-M1)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: global.namespace.truelicense-maven-archetype Artifact: truelicense-maven-plugin
Show source 
 

0 downloads
Artifact truelicense-maven-plugin
Group global.namespace.truelicense-maven-archetype
Version 4.0.0-M1
Last update 03. November 2018
Organization Schlichtherle IT Services
URL https://github.com/christian-schlichtherle/truelicense-maven-archetype
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

registerUpdate from group je.dvs.echo (version 1.10.3)

A library for adding/updating immutable documents in a mongo collection. Each document needs to consist of a UUID as a key field. Document updates (json data with a key field that already exists) will be saved as a child that will have an accumulation of differences of previous children, Where the last child will contain all previous changes since the parent was first created. This library is meant to keep immutability.

Group: je.dvs.echo Artifact: registerUpdate
Show all versions Show documentation Show source 
 

0 downloads
Artifact registerUpdate
Group je.dvs.echo
Version 1.10.3
Last update 05. October 2018
Organization not specified
URL https://github.com/DVSJersey/registerUpdate.git
License MIT License
Dependencies amount 9
Dependencies spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-data-mongodb, json-simple, commons-lang3, jackson-core, jackson-databind, spring-oxm, camel-catalog,
There are maybe transitive dependencies!

truelicense-maven-archetype from group net.truelicense (version 3.2.0)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: net.truelicense Artifact: truelicense-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact truelicense-maven-archetype
Group net.truelicense
Version 3.2.0
Last update 28. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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.

Group: com.amitinside Artifact: fatjar-maven-plugin
Show documentation Show source 
 

0 downloads
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!

truelicense-maven-archetype from group net.java.truelicense (version 2.6.6)

The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

Group: net.java.truelicense Artifact: truelicense-maven-archetype
Show all versions Show source 
 

0 downloads
Artifact truelicense-maven-archetype
Group net.java.truelicense
Version 2.6.6
Last update 30. September 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truelicense-jax-rs, truelicense-json, truelicense-maven-plugin, truelicense-swing,
There are maybe transitive dependencies!

execs from group de.vandermeer (version 0.4.0)

A simple set of classes to execute programmes from the command line, without littering the code with static void main(String[] args). This package addresses the following problem: a package (or a set of packages) contain a number of tools that should be run from outside java, e.g. using a static main() method. Over time, it might (will) be hard to know (or find) all main methods.

Group: de.vandermeer Artifact: execs
Show all versions Show documentation Show source 
 

0 downloads
Artifact execs
Group de.vandermeer
Version 0.4.0
Last update 13. April 2017
Organization not specified
URL https://github.com/vdmeer/execs
License Apache 2
Dependencies amount 3
Dependencies commons-lang3, commons-cli, ST4,
There are maybe transitive dependencies!

modelcitizen from group com.tobedevoured (version 0.6.0)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured Artifact: modelcitizen
Show all versions Show documentation Show source 
 

0 downloads
Artifact modelcitizen
Group com.tobedevoured
Version 0.6.0
Last update 20. November 2013
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies commons-lang, commons-beanutils, slf4j-api, metapossum-scanner,
There are maybe transitive dependencies!

imagej-maven-plugin from group net.imagej (version 0.7.1)

A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.

Group: net.imagej Artifact: imagej-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact imagej-maven-plugin
Group net.imagej
Version 0.7.1
Last update 11. September 2018
Organization ImageJ
URL http://imagej.net/ImageJ_Maven_plugin
License Simplified BSD License
Dependencies amount 11
Dependencies maven-artifact, maven-compat, maven-core, maven-model, maven-plugin-api, maven-plugin-annotations, maven-artifact-transfer, maven-common-artifact-filters, plexus-interpolation, plexus-utils, scijava-common,
There are maybe transitive dependencies!

managedproperties-itest from group dk.netdesign (version 2.0.2)

Group: dk.netdesign Artifact: managedproperties-itest
Show all versions 
 

0 downloads
Artifact managedproperties-itest
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies managedproperties-service, managedproperties-feature, managedproperties-consumer, managedproperties-test-resources, features, paxwicket, slf4j-simple, javax.inject,
There are maybe transitive dependencies!

managedproperties-consumer from group dk.netdesign (version 2.0.2)

Group: dk.netdesign Artifact: managedproperties-consumer
Show all versions Show documentation Show source 
 

0 downloads
Artifact managedproperties-consumer
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 41 from 43 (items total 428)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy