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

Download JAR files tagged by code with all dependencies

Search JAR files by class name

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!

legend-engine-xt-java-runtime-compiler from group org.finos.legend.engine (version 4.41.0)

This provides native functions that allow runtime compilation and execution of Java code. This is intended primarily to support development of Java generation code by providing access to compilation and execution in a Pure IDE Light. Please note that native functions provided here are extremely unsafe for general usage as they allow compilation and execution of arbitrary user supplied Java code. They should only be used in environments where there are no concerns about users running unsafe code (such as a user running a local Pure IDE Light).

Group: org.finos.legend.engine Artifact: legend-engine-xt-java-runtime-compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact legend-engine-xt-java-runtime-compiler
Group org.finos.legend.engine
Version 4.41.0
Last update 17. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies legend-engine-xt-javaGeneration-pure, legend-pure-m4, legend-pure-m3-core, legend-pure-runtime-java-engine-interpreted, legend-pure-runtime-java-engine-compiled, legend-engine-pure-platform-java, eclipse-collections-api, eclipse-collections, junit,
There are maybe transitive dependencies!

checker-qual-android from group io.github.eisop (version 3.42.0-eisop3)

checker-qual-android contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework. The checker-qual-android artifact is identical to the checker-qual artifact, except that in checker-qual-android annotations have classfile retention. The default Android Gradle plugin retains types annotated with runtime annotations in the main dex, but strips out class-retention annotations.

Group: io.github.eisop Artifact: checker-qual-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker-qual-android
Group io.github.eisop
Version 3.42.0-eisop3
Last update 01. March 2024
Organization not specified
URL https://eisop.github.io/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

module-size-calculator from group pl.tfij (version 1.0.0)

The Module Size Calculator is a Java library designed for analyzing the size of modules within a project based on lines of code (LOC). It provides functionalities to calculate and visualize the distribution of code among different modules, helping developers understand the codebase's structure and identify potential areas for optimization or refactoring.

Group: pl.tfij Artifact: module-size-calculator
Show documentation Show source 
 

0 downloads
Artifact module-size-calculator
Group pl.tfij
Version 1.0.0
Last update 24. February 2024
Organization not specified
URL https://github.com/tfij/module-size-calculator
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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!

vonce-sqlbean-android from group cn.vonce (version 1.2.0-beta13)

This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

Group: cn.vonce Artifact: vonce-sqlbean-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean-android
Group cn.vonce
Version 1.2.0-beta13
Last update 25. January 2024
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 1
Dependencies vonce-sqlbean-core,
There are maybe transitive dependencies!

vonce-sqlbean-spring from group cn.vonce (version 1.6.0-beta23)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean-spring
Group cn.vonce
Version 1.6.0-beta23
Last update 25. January 2024
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 2
Dependencies vonce-sqlbean-core, reflectasm,
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!

checker-qual-android from group org.checkerframework (version 3.42.0)

checker-qual-android contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework. The checker-qual-android artifact is identical to the checker-qual artifact, except that in checker-qual-android annotations have classfile retention. The default Android Gradle plugin retains types annotated with runtime annotations in the main dex, but strips out class-retention annotations.

Group: org.checkerframework Artifact: checker-qual-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker-qual-android
Group org.checkerframework
Version 3.42.0
Last update 15. December 2023
Organization not specified
URL https://checkerframework.org/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1224 from 1282 (items total 12811)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy