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

Download JAR files tagged by same with all dependencies

Search JAR files by class name

incrementalbuild-workspace from group io.takari (version 0.20.9)

Provides hooks to run incremental build inside m2e workspace. Other host applications may also be able to use this API, but have not been tested. Incremental build workspace API will be embedded in m2e, and therefore the same version of this API should work with multiple versions of incrementalbuild library. This means all changes to this API must be backwards compatible. This also means that changes to this API will require update to io.takari.m2e.lifecycle.

Group: io.takari Artifact: incrementalbuild-workspace
Show all versions Show source 
 

0 downloads
Artifact incrementalbuild-workspace
Group io.takari
Version 0.20.9
Last update 12. March 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-specification-test_2.11 from group au.com.dius (version 3.5.24)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact pact-specification-test_2.11
Group au.com.dius
Version 3.5.24
Last update 04. November 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11,
There are maybe transitive dependencies!

nilsimsa from group com.weblyzard.lib.string (version 0.0.5)

A Java implementation of the Nilsimsa locality sensitive hash. The Nilsimsa algorithm computes a 256 bit hash value that indicates how different two strings are. The more similar the strings the smaller will be the bitwise difference between their respective Nilsimsa hashes. Therefore, Nilsimsa is well suited to detect texts of the same origin, such as slightly modified spam messages, updated newspaper articles, etc.

Group: com.weblyzard.lib.string Artifact: nilsimsa
Show all versions Show documentation Show source 
 

0 downloads
Artifact nilsimsa
Group com.weblyzard.lib.string
Version 0.0.5
Last update 30. October 2018
Organization not specified
URL https://github.com/weblyzard/nilsimsa
License GNU General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

openprops from group org.fedorahosted.openprops (version 0.8.5)

${project.name} is a tiny Java library which reads and writes .properties files using the same code as java.util.Properties from the OpenJDK, but enhanced so that it preserves the order of entries within the file, and it also preserves comments in the file. This means that a Properties editor or a file converter written to use OpenProps won't have to lose comments or mess up the order of entries.

Group: org.fedorahosted.openprops Artifact: openprops
Show all versions Show documentation Show source 
 

0 downloads
Artifact openprops
Group org.fedorahosted.openprops
Version 0.8.5
Last update 29. May 2018
Organization not specified
URL https://fedorahosted.org/openprops
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

52n-xml-aixm-v511 from group org.n52.sensorweb (version 2.5.0)

Aeronautical Information Exchange 5.1 - adjusted to support metadata by reference. DNOTAM Event and AIXMBasicMessage schemas included. The AIXM_AbstractGML_ObjectTypes.xsd needed to be adjusted to work around an existing bug (aixm:name AND gml:name as children of the same type). This resulted in the gml:id not set to use=required, so handle validation with good care.

Group: org.n52.sensorweb Artifact: 52n-xml-aixm-v511
Show all versions Show documentation Show source 
 

2 downloads
Artifact 52n-xml-aixm-v511
Group org.n52.sensorweb
Version 2.5.0
Last update 23. April 2018
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies xmlbeans, 52n-ogc-schema, 52n-xml-gml-v321,
There are maybe transitive dependencies!

pact-specification-test_2.10 from group au.com.dius (version 2.4.20)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test_2.10
Group au.com.dius
Version 2.4.20
Last update 14. April 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 2
Dependencies slf4j-api, scala-library,
There are maybe transitive dependencies!

probabilityCalibrationTrees from group nz.ac.waikato.cms.weka (version 1.0.0)

Provides probability calibration trees (PCTs) for local calibration of class probability estimates. To achieve calibration of a base learner, the PCT class must be used as the meta learner in the CascadeGeneralization class, which is also included in this package. The classifier to be calibrated must be used as the base learner in the CascadeGeneralization class. The CascadeGeneralization class can also be used independently to perform CascadeGeneralization for ensemble learning. The code for PCTs is largely the same as the LMT code for growing logistic model trees. For more details, see the ACML paper on probability calibration trees.

Group: nz.ac.waikato.cms.weka Artifact: probabilityCalibrationTrees
Show documentation Show source 
 

2 downloads
Artifact probabilityCalibrationTrees
Group nz.ac.waikato.cms.weka
Version 1.0.0
Last update 26. November 2017
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/probabilityCalibrationTrees
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

git-branch-renamer-maven-plugin from group com.cedricwalter (version 1.5.0)

When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing the pom version as this will create merge conflicts using pull request. this plugin allow you to keep in ALL branches the same pom version for all your projects, for example MASTER-SNAPSHOT the version will be derived from branch name automatically.

Group: com.cedricwalter Artifact: git-branch-renamer-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact git-branch-renamer-maven-plugin
Group com.cedricwalter
Version 1.5.0
Last update 19. July 2017
Organization not specified
URL https://github.com/cedricwalter/git-branch-renamer-maven-plugin
License GNU/GPL v3
Dependencies amount 4
Dependencies maven-plugin-api, mojo-executor, org.eclipse.jgit, junit,
There are maybe transitive dependencies!

jtb from group edu.purdue.cs (version 1.4.12)

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

Group: edu.purdue.cs Artifact: jtb
Show documentation Show source 
 

2 downloads
Artifact jtb
Group edu.purdue.cs
Version 1.4.12
Last update 31. December 2016
Organization jtb-javacc
URL https://github.com/jtb-javacc/JTB
License UCLA Compilers Group License
Dependencies amount 1
Dependencies javacc,
There are maybe transitive dependencies!

zay-es from group com.massisframework (version 1.2.1)

Zay-ES (pronounced 'zay us' like Dr. Zaius) is a light weight flexible Entity Component System. Entity Component Systems use a data-oriented design approach that employs composition to build complex applications of systems. Systems are application code the operates on only a subset of the data components of an entity. Zay-ES is a data management library that facilitates these designs. It supports real-time in-memory entity components as well as persistent components, even at the same time.

Group: com.massisframework Artifact: zay-es
Show documentation Show source 
 

4 downloads
Artifact zay-es
Group com.massisframework
Version 1.2.1
Last update 20. December 2016
Organization not specified
URL https://github.com/jMonkeyEngine-Contributions/zay-es
License New BSD (3-clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 43 from 53 (items total 526)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy