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

Download JAR files tagged by tested with all dependencies

Search JAR files by class name

jdbcmysql-utility from group net.cofares.ljug (version 0.1-donotuse)

Utilitaire générique pour la gestion de requete et l'affichage de résulat avec JDBC. Do not use this version is just for testing deployemtn to central maven (and for my studnets at Cnam Liban) next versions will be best tested and completed

Group: net.cofares.ljug Artifact: jdbcmysql-utility
Show documentation Show source 
 

0 downloads
Artifact jdbcmysql-utility
Group net.cofares.ljug
Version 0.1-donotuse
Last update 26. November 2018
Organization Lebanese Java Users group
URL http://java.cofares.net
License GNU GENERAL PUBLIC LICENSE v3
Dependencies amount 1
Dependencies mysql-connector-java,
There are maybe transitive dependencies!

org.apache.stanbol.entityhub.indexing.source.jenatdb from group org.apache.stanbol (version 1.0.0)

Provides support for indexing RDF data by using an Jena TDB triple store. It supports to used an existing triple store and to create an new one by loading a provided list of RDF Files. This implementation is tested to work even for very large data sets such as http://dbpedia.org dumps.

Group: org.apache.stanbol Artifact: org.apache.stanbol.entityhub.indexing.source.jenatdb
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.apache.stanbol.entityhub.indexing.source.jenatdb
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License Apache Software License, Version 2.0
Dependencies amount 9
Dependencies org.apache.stanbol.commons.namespaceprefix.service, org.apache.stanbol.entityhub.indexing.core, org.apache.stanbol.entityhub.ldpath, commons-io, commons-compress, jena-core, jena-tdb, jena-arq, slf4j-api,
There are maybe transitive dependencies!

appium-maven-plugin from group com.github.psorobka (version 1.1.0)

Group: com.github.psorobka Artifact: appium-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact appium-maven-plugin
Group com.github.psorobka
Version 1.1.0
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies maven-plugin-annotations, maven-plugin-api, maven-core, zt-process,
There are maybe transitive dependencies!

appium-maven-plugin-parent from group com.github.psorobka (version 1.1.0)

Appium Maven Plugin provides start and stop methods for Appium - open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS).

Group: com.github.psorobka Artifact: appium-maven-plugin-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact appium-maven-plugin-parent
Group com.github.psorobka
Version 1.1.0
Last update 27. August 2015
Organization not specified
URL https://github.com/psorobka/appium-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

appium-maven-plugin-example from group com.github.psorobka (version 1.1.0)

Group: com.github.psorobka Artifact: appium-maven-plugin-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact appium-maven-plugin-example
Group com.github.psorobka
Version 1.1.0
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bcel from group net.imadz (version 0.6.0)

Fork from apache common bcel 6.0-SNAPSHOT project. Since nobody is maintaining BCEL project so far, and Lifecycle AOP project depends on BCEL 6.0 apis, so iMadz releases net.imadz version BCEL 6.0 internally. DO NOT USE it unless you tested all the 6.0 related apis you need. net.imadz will not be responsible for maintaining this library.

Group: net.imadz Artifact: bcel
Show documentation Show source 
 

3 downloads
Artifact bcel
Group net.imadz
Version 0.6.0
Last update 11. July 2015
Organization not specified
URL https://github.com/zhongdj/bcel
License CDDL + GPL
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

codelet from group com.github.aliteralmind (version 0.1.4.1)

**Codelet**: Automated insertion of *already unit-tested* example code (its source code, console output, and input text-files) into JavaDoc using inline taglets--Codelet makes it possible to have *always accurate documentation*.

Group: com.github.aliteralmind Artifact: codelet
Show all versions Show documentation Show source 
 

0 downloads
Artifact codelet
Group com.github.aliteralmind
Version 0.1.4.1
Last update 10. December 2014
Organization Jeff Epstein
URL https://github.com/aliteralmind/codelet
License Lesser General Public License (LGPL) version 3.0
Dependencies amount 1
Dependencies templatefeather,
There are maybe transitive dependencies!

org.everit.osgi.bundles.org.htmlparser.full from group org.everit.osgi.bundles (version 2.1)

HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.

Group: org.everit.osgi.bundles Artifact: org.everit.osgi.bundles.org.htmlparser.full
Show documentation Show source 
 

0 downloads
Artifact org.everit.osgi.bundles.org.htmlparser.full
Group org.everit.osgi.bundles
Version 2.1
Last update 18. November 2014
Organization not specified
URL http://htmlparser.org
License Common Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cached-query from group org.crazycake (version 1.0.0-RELEASE)

Most of time when we use cache library like memcached we not also include these cache libraries but also write the utils to save the result of database query repeatly. I found the most situation of using cache is caching database query result. So I created this project to deal with this situation. >Only tested on mysql.

Group: org.crazycake Artifact: cached-query
Show documentation Show source 
 

0 downloads
Artifact cached-query
Group org.crazycake
Version 1.0.0-RELEASE
Last update 18. September 2014
Organization not specified
URL https://github.com/alexxiyang/cached-query
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies spymemcached, slf4j-api, slf4j-log4j12, camel-name-utils,
There are maybe transitive dependencies!

jmockit from group com.googlecode.jmockit (version 1.7)

JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

Group: com.googlecode.jmockit Artifact: jmockit
Show all versions Show documentation Show source 
 

28 downloads
Artifact jmockit
Group com.googlecode.jmockit
Version 1.7
Last update 09. March 2014
Organization not specified
URL http://code.google.com/p/jmockit
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 23 from 3 (items total 284)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy