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

Download JAR files tagged by needed with all dependencies


auth-manager from group com.shiftconnects.android.auth (version 1.0.3)

Handles much of the cruft needed in Android to interface with AccountManager and provides a mechanism for storing a user in your app within AccountManager and automatically refreshing an OAuth2 token when necessary.

Group: com.shiftconnects.android.auth Artifact: auth-manager
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact auth-manager
Group com.shiftconnects.android.auth
Version 1.0.3
Last update 11. March 2015
Organization not specified
URL https://github.com/shiftconnects/android-auth-manager
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies support-annotations,
There are maybe transitive dependencies!

rhino-script-engine from group de.christophkraemer (version 1.1.1)

This is a copy of the RhinoScriptEngine which is embedded in Java 6/7. There an old version of Rhino (1.7R3) is used. The code in this repository uses the latest rhino version. This is only needed if you want to use the latest version of Rhino in the context of a ScriptEngine in Java 6/7.

Group: de.christophkraemer Artifact: rhino-script-engine
Show all versions Show documentation Show source 
Download rhino-script-engine.jar (1.1.1)
 

10 downloads
Artifact rhino-script-engine
Group de.christophkraemer
Version 1.1.1
Last update 11. March 2015
Organization not specified
URL https://github.com/cevou/rhino-script-engine
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 1
Dependencies rhino,
There are maybe transitive dependencies!

lombok-ast from group com.android.tools.external.lombok (version 0.2.3)

This is a very small fork of lombok.ast as some Android tools needed a few modifications. The normal repository for lombok.ast is here https://github.com/rzwitserloot/lombok.ast and our changes for 0.2.3 are in this pull request: https://github.com/rzwitserloot/lombok.ast/pull/8

Group: com.android.tools.external.lombok Artifact: lombok-ast
Show all versions Show documentation Show source 
Download lombok-ast.jar (0.2.3)
 

9 downloads
Artifact lombok-ast
Group com.android.tools.external.lombok
Version 0.2.3
Last update 09. January 2015
Organization not specified
URL http://projectlombok.org/
License The MIT License
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

pippo from group ro.fortsoft.pippo (version 0.3.0)

A module that provides dependencies to all core submodules needed to run Pippo application. This way Maven users can depend only on this module without bothering that Pippo core depends on several modules.

Group: ro.fortsoft.pippo Artifact: pippo
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pippo
Group ro.fortsoft.pippo
Version 0.3.0
Last update 14. November 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies pippo-core, pippo-jetty, pippo-freemarker,
There are maybe transitive dependencies!

parent from group br.com.arsmachina (version 1.2.15)

Group: br.com.arsmachina Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group br.com.arsmachina
Version 1.2.15


mule-examples-all from group org.mule.examples (version 3.5.0-bighorn)

This module does not publish any content itself, it's just a shorthand for referencing all examples at once. This is needed in the various distributions we package where we either nedd to include or exclude all examples.

Group: org.mule.examples Artifact: mule-examples-all
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mule-examples-all
Group org.mule.examples
Version 3.5.0-bighorn
Last update 27. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies mule-example-bookstore, mule-example-cep, mule-example-echo, mule-example-gpswalker, mule-example-hello, mule-example-scripting, mule-example-stockquote, mule-example-flight-reservation, mule-example-foreach, mule-example-loanbroker-simple,
There are maybe transitive dependencies!

scmail-jdk15on from group com.madgag (version 1.47.0.3)

The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 1.7. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation framework will also be needed.

Group: com.madgag Artifact: scmail-jdk15on
Show all versions Show documentation Show source 
Download scmail-jdk15on.jar (1.47.0.3)
 

0 downloads
Artifact scmail-jdk15on
Group com.madgag
Version 1.47.0.3
Last update 05. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies scpkix-jdk15on, mail,
There are maybe transitive dependencies!

geotk-metadata-sql from group org.geotoolkit (version 3.20-geoapi-3.0)

Stores metadata in a SQL database. Each metadata class is mapped to a table, and each metadata attribute is mapped to a column in the appropriate table. Tables and columns are created only when first needed.

Group: org.geotoolkit Artifact: geotk-metadata-sql
Show all versions Show documentation Show source 
Download geotk-metadata-sql.jar (3.20-geoapi-3.0)
 

0 downloads
Artifact geotk-metadata-sql
Group org.geotoolkit
Version 3.20-geoapi-3.0
Last update 02. November 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies geotk-metadata,
There are maybe transitive dependencies!

dzo-maven2 from group se.grunddata.dzo (version 3.1.0)

Goals for comparing database schemas against sql source code and: - Show the needed changes. - Execute the needed changes against the database. - Generate jpa annoted entity beans from sql source code. - Generate a xml document from sql source code

Group: se.grunddata.dzo Artifact: dzo-maven2
Show all versions 
Download dzo-maven2.jar (3.1.0)
 

0 downloads
Artifact dzo-maven2
Group se.grunddata.dzo
Version 3.1.0
Last update 13. May 2012
Organization AB Grund-Data
URL Not specified
License LGPL (GNU Lesser General Public License. Version 2.1)
Dependencies amount 6
Dependencies maven-plugin-api, dzo, hibernate-jpa-2.0-api, mysql-connector-java, postgresql, hsqldb,
There are maybe transitive dependencies!

org.jfrog.maven.maven-plugin-anno from group br.com.ingenieux.maven.annomojo (version 1.4.1)

Maven Anno Mojo module with all the JDK 1.5 annotations needed when writing maven plugin classes (Mojo). Every maven plugins using Anno Mojo should be directly or transitively dependant on this POM.

Group: br.com.ingenieux.maven.annomojo Artifact: org.jfrog.maven.maven-plugin-anno
Show documentation Show source 
Download org.jfrog.maven.maven-plugin-anno.jar (1.4.1)
 

0 downloads
Artifact org.jfrog.maven.maven-plugin-anno
Group br.com.ingenieux.maven.annomojo
Version 1.4.1
Last update 17. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 75 from 90 (items total 899)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy