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

Download JAR files tagged by available with all dependencies

Search JAR files by class name

pmd-javascript from group net.sourceforge.pmd (version 7.1.0)

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

6 downloads
Artifact pmd-javascript
Group net.sourceforge.pmd
Version 7.1.0


pmd-cpp from group net.sourceforge.pmd (version 7.1.0)

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

4 downloads
Artifact pmd-cpp
Group net.sourceforge.pmd
Version 7.1.0


pmd-apex from group net.sourceforge.pmd (version 7.1.0)

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

21 downloads
Artifact pmd-apex
Group net.sourceforge.pmd
Version 7.1.0


javonet-java-sdk from group com.javonet (version 2.3.0)

Javonet allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology. It works on Linux/Windows and MacOS for applications created in JVM, CLR/Netcore, Perl, Python, Ruby, NodeJS, C++ or GoLang and gives you unparalleled freedom and flexibility with native performance in building your mixed-technologies products. Let it be accessing best AI or cryptography libraries, devices SDKs, legacy client modules, internal custom packages or anything from public repositories available on NPM, Nuget, PyPI, Maven/Gradle, RubyGems or GitHub. Get free from programming languages barriers today! For more information check out our guides at https://www.javonet.com/guides/v2/

Group: com.javonet Artifact: javonet-java-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact javonet-java-sdk
Group com.javonet
Version 2.3.0
Last update 08. April 2024
Organization not specified
URL https://www.javonet.com
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pmd-vm from group net.sourceforge.pmd (version 7.0.0-rc4)

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

3 downloads
Artifact pmd-vm
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-core, commons-lang3,
There are maybe transitive dependencies!

pmd-apex-jorje from group net.sourceforge.pmd (version 7.0.0-rc4)

Group: net.sourceforge.pmd Artifact: pmd-apex-jorje
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pmd-apex-jorje
Group net.sourceforge.pmd
Version 7.0.0-rc4
Last update 30. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies cglib, jsr305, gson, error_prone_annotations, guava, j2objc-annotations, antlr-runtime, stringtemplate, commons-lang3, animal-sniffer-annotations, slf4j-api, aopalliance, javax.inject,
There are maybe transitive dependencies!

jas from group de.uni-mannheim.rz.krum (version 2.7.200)

The Java Algebra System (JAS) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure. The library can be used as any other Java software package or it can be used interactively or interpreted through a jython (Java Python) or jruby (Java Ruby) front end, there is also an Android App based on Ruboto (jruby for Android). The focus of JAS is at the moment on commutative, solvable and non-commutative polynomials, power series, Groebner bases, factorization, real and complex roots and applications. By the use of Java as implementation language JAS is 64-bit and multi-core CPU ready and can make use of mutiple CPUs where available. JAS can run on a wide variety of devices ranging from Android to compute clusters (using MPJ a Java Message Passing Interface (MPI) or OpenMPI).

Group: de.uni-mannheim.rz.krum Artifact: jas
Show all versions Show documentation Show source 
 

2 downloads
Artifact jas
Group de.uni-mannheim.rz.krum
Version 2.7.200
Last update 05. July 2023
Organization not specified
URL http://krum.rz.uni-mannheim.de/jas
License GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Dependencies amount 1
Dependencies log4j-api,
There are maybe transitive dependencies!

dbvolution10 from group nz.co.gregs (version 1.0.1)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution10
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution10
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!

pmd-java8 from group net.sourceforge.pmd (version 6.55.0)

Group: net.sourceforge.pmd Artifact: pmd-java8
Show all versions 
 

18 downloads
Artifact pmd-java8
Group net.sourceforge.pmd
Version 6.55.0
Last update 25. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies pmd-java, pmd-core,
There are maybe transitive dependencies!

r6-generator from group io.github.terminological (version 0.5.6)

R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required. However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries tested with Github workflows and ready for CRAN submission.

Group: io.github.terminological Artifact: r6-generator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact r6-generator
Group io.github.terminological
Version 0.5.6
Last update 26. September 2022
Organization not specified
URL https://github.com/terminological/r6-generator
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 193 from 204 (items total 2040)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy