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

Download JAR files tagged by types with all dependencies

Search JAR files by class name

unitility-quarkus from group com.synerset (version 2.3.0)

The Java Physics Units of Measure Library - Unitility, Quarkus extension. This module integrates unitility-core and unitility-jackson. It provides a preconfigured Jackson module and JakartaParamProvider, enabling automatic serialization/deserialization for all supported physical quantity types. This configuration is automatically included through the Jandex index.

Group: com.synerset Artifact: unitility-quarkus
Show all versions Show documentation Show source 
 

0 downloads
Artifact unitility-quarkus
Group com.synerset
Version 2.3.0
Last update 26. February 2024
Organization not specified
URL https://github.com/pjazdzyk/unitility/unitility-quarkus
License MIT License
Dependencies amount 2
Dependencies unitility-core, unitility-jackson,
There are maybe transitive dependencies!

relogiclabs-jschema from group com.relogiclabs.json (version 2.0.0)

JSchema, a new JSON Schema, prioritizes simplicity, conciseness, and readability, ensuring user-friendliness and accessibility without requiring extensive prior knowledge. It offers efficient read-write capabilities, precise JSON document definition through various data types and functions, and extensibility to address the diverse requirements of modern web services.

Group: com.relogiclabs.json Artifact: relogiclabs-jschema
Show documentation Show source 
 

0 downloads
Artifact relogiclabs-jschema
Group com.relogiclabs.json
Version 2.0.0
Last update 23. February 2024
Organization Relogic Labs
URL https://www.relogiclabs.com/p/jschema.html
License GNU Affero General Public License
Dependencies amount 2
Dependencies antlr4-runtime, commons-lang3,
There are maybe transitive dependencies!

relogiclabs-json-schema from group com.relogiclabs.json (version 1.12.1)

The New JSON Schema prioritizes simplicity, conciseness, and readability, making it user-friendly and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements.

Group: com.relogiclabs.json Artifact: relogiclabs-json-schema
Show all versions Show documentation Show source 
 

0 downloads
Artifact relogiclabs-json-schema
Group com.relogiclabs.json
Version 1.12.1
Last update 23. January 2024
Organization Relogic Labs
URL https://www.relogiclabs.com/p/json-schema.html
License GNU Affero General Public License
Dependencies amount 2
Dependencies antlr4-runtime, commons-lang3,
There are maybe transitive dependencies!

single-table from group io.dataspray (version 2.1.5)

DynamoDB best practices encourages a single-table design that allows multiple record types to reside within the same table. The goal of this library is to improve the experience of Java developers and make it safer to define non-conflicting schema of each record, serializing and deserializing automatically and working with secondary indexes.

Group: io.dataspray Artifact: single-table
Show all versions Show documentation Show source 
 

0 downloads
Artifact single-table
Group io.dataspray
Version 2.1.5
Last update 02. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies slf4j-api, lombok, guava, gson, gson-immutable, dynamodb, aws-cdk-lib, commons-lang,
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!

closure-compiler-unshaded from group com.vertispan.javascript (version v20230411-1)

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.vertispan.javascript Artifact: closure-compiler-unshaded
Show all versions Show documentation Show source 
 

0 downloads
Artifact closure-compiler-unshaded
Group com.vertispan.javascript
Version v20230411-1
Last update 04. November 2023
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 11
Dependencies args4j, auto-value-annotations, gson, error_prone_annotations, failureaccess, guava, protobuf-java, re2j, jsr250-api, ant, jspecify,
There are maybe transitive dependencies!

closure-compiler-main from group com.vertispan.javascript (version v20230411-1)

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.vertispan.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.vertispan.javascript
Version v20230411-1
Last update 04. November 2023
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jstyleparser from group org.daisy.libs (version 1.20-p21)

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

Group: org.daisy.libs Artifact: jstyleparser
Show all versions Show documentation Show source 
 

3 downloads
Artifact jstyleparser
Group org.daisy.libs
Version 1.20-p21
Last update 19. July 2023
Organization not specified
URL http://cssbox.sourceforge.net/jstyleparser
License GNU Lesser General Public License 3.0
Dependencies amount 4
Dependencies org.apache.servicemix.bundles.antlr-runtime, slf4j-api, unbescape, commons-io,
There are maybe transitive dependencies!

it-univr-bcel from group it.univr.bcel (version 1.2.1)

BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.

Group: it.univr.bcel Artifact: it-univr-bcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact it-univr-bcel
Group it.univr.bcel
Version 1.2.1
Last update 08. May 2023
Organization not specified
URL https://github.com/spoto/it-univr-bcel
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies bcel,
There are maybe transitive dependencies!

id-mask from group at.favre.lib (version 0.6.0)

IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.

Group: at.favre.lib Artifact: id-mask
Show all versions Show documentation Show source 
 

0 downloads
Artifact id-mask
Group at.favre.lib
Version 0.6.0
Last update 05. March 2023
Organization not specified
URL https://github.com/patrickfav/id-mask/id-mask
License Apache License, Version 2.0
Dependencies amount 5
Dependencies bytes, hkdf, auto-value-annotations, annotations, utils-lrucache,
There are maybe transitive dependencies!



Page 263 from 275 (items total 2748)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy