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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

unified-feed-sdk from group com.sportradar.unifiedodds.sdk (version 3.2.0)

UnifiedFeed SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing, data caching and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

Group: com.sportradar.unifiedodds.sdk Artifact: unified-feed-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact unified-feed-sdk
Group com.sportradar.unifiedodds.sdk
Version 3.2.0
Last update 17. May 2024
Organization not specified
URL http://sdk.sportradar.com/unifiedfeed/java2
License SDK licence
Dependencies amount 9
Dependencies opentelemetry-api, amqp-client, guava, httpclient5, guice, icu4j, snakeyaml, slf4j-api, jakarta.xml.bind-api,
There are maybe transitive dependencies!

aspectjtools from group org.aspectj (version 1.9.22.1)

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

Group: org.aspectj Artifact: aspectjtools
Show all versions Show documentation Show source 
 

549 downloads
Artifact aspectjtools
Group org.aspectj
Version 1.9.22.1
Last update 11. May 2024
Organization not specified
URL https://www.eclipse.org/aspectj/
License Eclipse Public License - v 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

KalturaApiClient from group com.kaltura (version 20.7.2)

KalturaApiClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interact with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php This library replaces the deprecated KalturaClient library.

Group: com.kaltura Artifact: KalturaApiClient
Show all versions Show documentation Show source 
 

7 downloads
Artifact KalturaApiClient
Group com.kaltura
Version 20.7.2
Last update 27. March 2024
Organization not specified
URL http://github.com/kaltura/KalturaGeneratedAPIClientsJava
License GNU Affero General Public License, Version 3.0
Dependencies amount 8
Dependencies commons-codec, json, gson, kotlin-stdlib, okhttp, okio, log4j-api, log4j-core,
There are maybe transitive dependencies!

hive-iceberg-shading from group org.apache.hive (version 4.0.0)

This module collects all required Iceberg modules and their dependencies, and shades them. Consuming modules only need to mark this module as their dependency to get any required Iceberg libs. This module has no sources of its own, only the built jar file contains the gathered and shaded libs. For Intellij this module is recommended to be ignored, to avoid the dependent modules considering this as a module dependency, they should see this as a library dependency instead.

Group: org.apache.hive Artifact: hive-iceberg-shading
Show all versions Show source 
 

0 downloads
Artifact hive-iceberg-shading
Group org.apache.hive
Version 4.0.0
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

april-project-authorize from group com.mobaijun (version 3.0.0)

Automated Authorization Manager is a Java library that seamlessly integrates with projects, providing automatic execution of authorization tasks upon its inclusion. Leveraging the Service Provider Interface (SPI) mechanism, it facilitates effortless implementation of authorization functionalities, ensuring smooth and efficient management of licensing processes.

Group: com.mobaijun Artifact: april-project-authorize
Show all versions Show documentation Show source 
 

0 downloads
Artifact april-project-authorize
Group com.mobaijun
Version 3.0.0
Last update 18. March 2024
Organization not specified
URL https://github.com/april-projects/april-project-authorize
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chartfx from group io.fair-acc (version 11.3.1)

This charting library ${project.artifactId}- is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...).

Group: io.fair-acc Artifact: chartfx
Show all versions Show documentation Show source 
 

0 downloads
Artifact chartfx
Group io.fair-acc
Version 11.3.1
Last update 08. March 2024
Organization not specified
URL Not specified
License LGPLv3
Dependencies amount 10
Dependencies javafx-base, javafx-controls, ikonli-javafx, ikonli-fontawesome-pack, ikonli-fontawesome5-pack, dataset, math, controlsfx, pngj, HdrHistogram,
There are maybe transitive dependencies!

htmlcompressor from group com.github.hazendaz (version 2.0.1)

HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also available.

Group: com.github.hazendaz Artifact: htmlcompressor
Show all versions Show documentation Show source 
 

17 downloads
Artifact htmlcompressor
Group com.github.hazendaz
Version 2.0.1
Last update 07. March 2024
Organization Jeremy Landis
URL https://github.com/hazendaz/htmlcompressor/
License Apache License 2.0
Dependencies amount 1
Dependencies slf4j-api,
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!

krausening-root from group org.technologybrewery.krausening (version 19)

Krausening is a library that allows for the externalization of property and configuration files from deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing the need to hack apart or rebuild the package to support property file modification.

Group: org.technologybrewery.krausening Artifact: krausening-root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact krausening-root
Group org.technologybrewery.krausening
Version 19
Last update 13. February 2024
Organization not specified
URL https://github.com/TechnologyBrewery/krausening
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

OpenNetLib from group dev.bitbite (version 2.0.2)

OpenNetLib is a lightweight, easy-to-use library to simplify socket communication. It is written in and for Java. It's still in an early stage but saves a lot of time already. Start using OpenNetLib today or help improving it by posting issues, questions and feature requests here: https://github.com/bitbitedev/OpenNetLib/issues

Group: dev.bitbite Artifact: OpenNetLib
Show all versions Show documentation Show source 
 

0 downloads
Artifact OpenNetLib
Group dev.bitbite
Version 2.0.2
Last update 12. February 2024
Organization not specified
URL https://github.com/bitbitedev/OpenNetLib
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5557 from 5622 (items total 56212)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy