JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
The logging API of the Log4j project.
Library and application code can log through this API.
It contains a simple built-in implementation (SimpleLogger) for trivial use cases.
Production applications are recommended to use Log4j API in combination with a fully-fledged implementation, such as Log4j Core.
Apache Commons Compress defines an API for working with
compression and archive formats. These include bzip2, gzip, pack200,
LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
Apache Log4j Layout for producing JSON output that is structured according to a user-provided template.
ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models.
Provides goals to discover various paths based on the projects currently building. For example,
directory of the execution root project, directory of a given project (based on groupId/artifactId),
and highest project basedir that hasn't been resolved from the repository.
Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
Old JAXB Core module. Contains sources required by XJC, JXC and Runtime modules with dependencies.
Old JAXB Runtime module. Contains sources required for runtime processing.
For connecting your applications built on the JVM to Rollbar for Error Reporting
Apache HttpComponents HTTP/1.1 core components
Java agent to detect blocking calls from non-blocking threads.