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

Download JAR files tagged by also with all dependencies

Search JAR files by class name

closure-compiler from group com.google.javascript (version v20240317)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: com.google.javascript Artifact: closure-compiler
Show all versions Show documentation Show source 
 

50 downloads
Artifact closure-compiler
Group com.google.javascript
Version v20240317
Last update 19. March 2024
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closure-compiler-parent from group com.google.javascript (version v20240317)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: com.google.javascript Artifact: closure-compiler-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-parent
Group com.google.javascript
Version v20240317
Last update 19. March 2024
Organization Google
URL https://github.com/google/closure-compiler/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closure-compiler-main from group com.google.javascript (version v20240317)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: com.google.javascript Artifact: closure-compiler-main
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-main
Group com.google.javascript
Version v20240317
Last update 19. March 2024
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closure-compiler-externs from group com.google.javascript (version v20240317)

Group: com.google.javascript Artifact: closure-compiler-externs
Show all versions 
 

1 downloads
Artifact closure-compiler-externs
Group com.google.javascript
Version v20240317
Last update 19. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group org.json (version 20240303)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: org.json Artifact: json
Show all versions Show documentation Show source 
 

13962 downloads
Artifact json
Group org.json
Version 20240303
Last update 03. March 2024
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License Public Domain
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

runtime from group org.jsonx (version 0.5.0)

The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Runtime API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Runtime API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: runtime
Show documentation Show source 
 

0 downloads
Artifact runtime
Group org.jsonx
Version 0.5.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

patterntesting-check-ct from group org.patterntesting (version 2.4.0)

PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing. The checks are done during compile time (this is the "CT" in Check.CT").

Group: org.patterntesting Artifact: patterntesting-check-ct
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-check-ct
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/ct/
License not specified
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

rribbit from group org.rribbit (version 8.0.0)

RRiBbit is an Open Source Java application framework that eliminates dependencies and simplifies code structure. It can be used as an Event Bus, but improves upon this by being compatible with existing code and allowing bidirectional communication between components. It also supports Remoting, so that you can use Event Buses that run on other machines, complete with failover, loadbalancing and SSL/TLS support.

Group: org.rribbit Artifact: rribbit
Show all versions Show documentation Show source 
 

0 downloads
Artifact rribbit
Group org.rribbit
Version 8.0.0
Last update 07. January 2024
Organization RRiBbit.org
URL http://www.rribbit.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

dbunit-ant from group io.github.vasiliygagin (version 2.10.0)

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Group: io.github.vasiliygagin Artifact: dbunit-ant
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-ant
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 4
Dependencies dbunit-core, dbunit-xls, junit, ant,
There are maybe transitive dependencies!

dbunit-core from group io.github.vasiliygagin (version 2.10.0)

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Group: io.github.vasiliygagin Artifact: dbunit-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-core
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 5
Dependencies slf4j-api, h2, hsqldb, postgresql, commons-compress,
There are maybe transitive dependencies!



Page 170 from 3 (items total 2480)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy