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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

pmd-build from group net.sourceforge.pmd (version 0.10)

This small subproject regroup most of the stuff needed to build pmd. As some java code has been produced to reduce the use of scripts when generating the website, the build also requires a small jar, which is generated by this pom. IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you modify any ant or xslt files. You can alter the files that are in the xslt directory and directly uses the appropriate ant or java task. pmd-build should be recompiled and package (and its version incrememented) only if you modify the java code.

Group: net.sourceforge.pmd Artifact: pmd-build
Show all versions Show documentation Show source 
 

0 downloads
Artifact pmd-build
Group net.sourceforge.pmd
Version 0.10
Last update 04. October 2015
Organization not specified
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

kiabora from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: kiabora
Show all versions Show documentation Show source 
 

0 downloads
Artifact kiabora
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization GraphIK (INRIA - LIRMM)
URL Not specified
License not specified
Dependencies amount 7
Dependencies graal-util, graal-core, graal-io-dlgp, graal-rules-analyser, commons-lang3, jcommander, logback-classic,
There are maybe transitive dependencies!

graal-store-api from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: graal-store-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-store-api
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 1
Dependencies graal-core,
There are maybe transitive dependencies!

graal-io-api from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: graal-io-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-io-api
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 2
Dependencies graal-core, graal-util,
There are maybe transitive dependencies!

graal-io-dlgp1 from group fr.lirmm.graphik (version 0.8.7)

Group: fr.lirmm.graphik Artifact: graal-io-dlgp1
Show documentation Show source 
 

0 downloads
Artifact graal-io-dlgp1
Group fr.lirmm.graphik
Version 0.8.7
Last update 03. September 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-core, graal-io-api, dlgp-parser, logback-classic,
There are maybe transitive dependencies!

ujmp from group org.ujmp (version 0.3.0)

The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such as mean, correlation, standard deviation, mutual information, or the replacement of missing values. It's a swiss army knife for data processing in Java, tailored to machine learning applications.

Group: org.ujmp Artifact: ujmp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ujmp
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.i3xx.step.clock from group org.i3xx.step (version 0.1.0)

A timer using the crontab syntax and additional binary input to provide a resolution of one second (1000 ms / 1000 millis / 1s). The timer uses the whiteboard pattern to notify the clients. There are only a few dependencies to commons-codec, osgi and osgi-blueprint. The bundle 'org.i3xx.step/org.i3xx.step.clockmongo' provides a store for the clock configuration based on mongodb. The additional dependency is 'org.mongodb/mongo-java-driver'. The bundle 'org.i3xx.util/org.i3xx.util.whiteboard' can be used to avoid a dependency to bundles used. In other words, your bundle can use the clock but need no dependency to the bundle 'org.i3xx.step.clock'. Take a look at the description there.

Group: org.i3xx.step Artifact: org.i3xx.step.clock
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.step.clock
Group org.i3xx.step
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 5
Dependencies commons-codec, org.osgi.core, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

datetime from group org.pojava (version 3.0.2)

POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed.

Group: org.pojava Artifact: datetime
Show all versions Show documentation Show source 
 

13 downloads
Artifact datetime
Group org.pojava
Version 3.0.2
Last update 04. June 2015
Organization not specified
URL http://www.pojava.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-types from group net.florianschoppmann.java (version 1.0.1)

Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core Java Reflection API, akin to JEP 119. This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods have no equivalent in the Java Reflection API. The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model implementation. The abstraction makes this module well-suited to be used in projects that contain javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of the JVM).

Group: net.florianschoppmann.java Artifact: java-types
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-types
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

reflectutils from group org.azeckoski (version 0.9.20)

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Group: org.azeckoski Artifact: reflectutils
Show documentation Show source 
 

4 downloads
Artifact reflectutils
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5971 from 6002 (items total 60014)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy