Backend (server)
The following table represents the Software Bill of Materials (SBOM) for the backend (server) of the application, detailing included third-party components, their versions, licenses, and purposes.
| Name | Version | License | Description |
|---|---|---|---|
| activation | 1.1 | CDDL-1.0 | JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s). |
| annotations | 26.0.2-1 | Apache-2.0 | A set of annotations used for code inspection support and code documentation. |
| aopalliance-repackaged | 2.6.1 | EPL-2.0 | Dependency Injection Kernel |
| apfloat | 1.10.1 | MIT | High performance arbitrary precision arithmetic library |
| applicationinsights-agent | 3.7.6 | MIT | Microsoft Application Insights Java Agent. |
| azure-ai-openai | 1.0.0-beta.16 | MIT | This package contains Microsoft Azure OpenAI client library. |
| azure-core | 1.55.3 | MIT | This package contains core types for Azure Java clients. |
| azure-core-http-netty | 1.15.11 | MIT | This package contains the Netty HTTP client plugin for azure-core. |
| azure-identity | 1.18.1 | MIT | This module contains client library for Microsoft Azure Identity. |
| azure-json | 1.5.0 | MIT | This package provides interfaces for reading and writing JSON. |
| azure-xml | 1.2.0 | MIT | This package provides interfaces for reading and writing XML. |
| batik-anim | 1.19 | Apache-2.0 | Batik animation engine |
| batik-awt-util | 1.19 | Apache-2.0 | Batik AWT utilities |
| batik-bridge | 1.19 | Apache-2.0 | Batik bridge |
| batik-codec | 1.19 | Apache-2.0 | Batik image codecs |
| batik-constants | 1.19 | Apache-2.0 | Batik constants library |
| batik-css | 1.19 | Apache-2.0 | Batik CSS engine |
| batik-dom | 1.19 | Apache-2.0 | Batik DOM implementation |
| batik-ext | 1.19 | Apache-2.0 | Batik external code |
| batik-extension | 1.19 | Apache-2.0 | Batik Extension Support |
| batik-gvt | 1.19 | Apache-2.0 | Batik Graphics Vector Tree (GVT) |
| batik-i18n | 1.19 | Apache-2.0 | Batik i18n library |
| batik-parser | 1.19 | Apache-2.0 | Batik SVG microsyntax parser |
| batik-script | 1.19 | Apache-2.0 | Batik script language support |
| batik-shared-resources | 1.19 | Apache-2.0 | Batik Shared Resources |
| batik-svg-dom | 1.19 | Apache-2.0 | Batik SVG DOM implementation |
| batik-svggen | 1.19 | Apache-2.0 | Batik Java2D SVG generator |
| batik-transcoder | 1.19 | Apache-2.0 | Batik SVG transcoder |
| batik-util | 1.19 | Apache-2.0 | Batik utility library |
| batik-xml | 1.19 | Apache-2.0 | Batik XML utilities |
| checker-qual | 3.49.5 | MIT | checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework. |
| commonmark | 0.27.0 | BSD-2-Clause | Core of commonmark-java (a library for parsing Markdown to an AST, modifying the AST and rendering it to HTML or Markdown) |
| commons-codec | 1.19.0 | Apache-2.0 | The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. |
| commons-collections4 | 4.5.0 | Apache-2.0 | The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. |
| commons-compress | 1.27.1 | Apache-2.0 | 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. |
| commons-csv | 1.14.1 | Apache-2.0 | The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. |
| commons-dbcp2 | 2.13.0 | Apache-2.0 | Apache Commons DBCP software implements Database Connection Pooling |
| commons-io | 2.21.0 | Apache-2.0 | The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more. |
| commons-lang3 | 3.19.0 | Apache-2.0 | Apache 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. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues. |
| commons-logging | 1.3.4 | Apache-2.0 | Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems. |
| commons-math3 | 3.6.1 | Apache-2.0 | The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. |
| commons-pool2 | 2.12.0 | Apache-2.0 | The Apache Commons Object Pooling Library. |
| commons-text | 1.14.0 | Apache-2.0 | Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment. |
| cron-utils | 9.2.1 | Apache-2.0 | A Java library to parse, migrate and validate crons as well as describe them in human readable language |
| curvesapi | 1.08 | BSD-3-Clause | Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS. |
| error_prone_annotations | 2.18.0 | Apache-2.0 | Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time. |
| failureaccess | 1.0.1 | Apache-2.0 | Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact). |
| fontbox | 3.0.3 | Apache-2.0 | The Apache FontBox library is an open source Java tool to obtain low level information from font files. FontBox is a subproject of Apache PDFBox. |
| fop | 2.11 | Apache-2.0 | XML Graphics Format Object Processor All-In-One |
| fop-core | 2.11 | Apache-2.0 | XML Graphics Format Object Processor |
| fop-events | 2.11 | Apache-2.0 | XML Graphics Format Object Processor Events |
| fop-hyph | 2.0 | various Licenses | The project Objects For Formatting Objects (OFFO) hosts hyphenation pattern files in the XML format used by the Formatting Object Processor Apache Fop. |
| fop-util | 2.11 | Apache-2.0 | XML Graphics Format Object Processor Utilities |
| gson | 2.10.1 | Apache-2.0 | Gson JSON library |
| guava | 32.1.2-jre | Apache-2.0 | Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more. |
| hk2-api | 2.6.1 | EPL-2.0 | HK2 API module |
| hk2-locator | 2.6.1 | EPL-2.0 | ServiceLocator Default Implementation |
| hk2-utils | 2.6.1 | EPL-2.0 | HK2 Implementation Utilities |
| icu4j | 78.1 | Unicode-3.0 | International Components for Unicode for Java (ICU4J) is a mature, widely used Java library providing Unicode and Globalization support |
| istack-commons-runtime | 3.0.12 | BSD-3-Clause | istack common utility code |
| j2objc-annotations | 2.8 | Apache-2.0 | A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation. |
| jackson-annotations | 2.20 | Apache-2.0 | Core annotations used for value types, used by Jackson data binding package. |
| jackson-core | 2.20.1 | Apache-2.0 | Core Jackson processing abstractions (aka Streaming API), implementation for JSON |
| jackson-databind | 2.20.1 | Apache-2.0 | General data-binding functionality for Jackson: works on core streaming API |
| jackson-dataformat-xml | 2.20.1 | Apache-2.0 | Data format extension for Jackson to offer alternative support for serializing POJOs as XML and deserializing XML as POJOs. |
| jackson-dataformat-yaml | 2.20.1 | Apache-2.0 | Support for reading and writing YAML-encoded data via Jackson abstractions. |
| jackson-datatype-jsr310 | 2.17.2 | Apache-2.0 | Add-on module to support JSR-310 (Java 8 Date & Time API) data types. |
| jackson-jakarta-rs-base | 2.19.2 | Apache-2.0 | Pile of code that is shared by all Jackson-based Jakarta-RS providers. |
| jackson-jakarta-rs-json-provider | 2.19.2 | Apache-2.0 | Functionality to handle JSON input/output for Jakarta-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. |
| jackson-jaxrs-base | 2.20.1 | Apache-2.0 | Pile of code that is shared by all Jackson-based JAX-RS providers. |
| jackson-jaxrs-json-provider | 2.20.1 | Apache-2.0 | Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. |
| jackson-jaxrs-xml-provider | 2.20.1 | Apache-2.0 | Functionality to handle XML input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. |
| jackson-module-jakarta-xmlbind-annotations | 2.19.2 | Apache-2.0 | Support for using Jakarta XML Bind (aka JAXB 3.0) annotations as an alternative to "native" Jackson annotations, for configuring data-binding. |
| jackson-module-jaxb-annotations | 2.20.1 | Apache-2.0 | Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding. |
| jakarta.activation | 1.2.2 | BSD-3-Clause | Jakarta Activation |
| jakarta.activation-api | 1.2.2 | BSD-3-Clause | Jakarta Activation API jar |
| jakarta.annotation-api | 1.3.5 | EPL-2.0 | Jakarta Annotations API |
| jakarta.inject | 2.6.1 | EPL-2.0 | Injection API (JSR 330) repackaged as OSGi bundle |
| jakarta.transaction-api | 1.3.3 | EPL-2.0 | Jakarta Transactions |
| jakarta.validation-api | 2.0.2 | Apache-2.0 | Jakarta Bean Validation API |
| jakarta.ws.rs-api | 2.1.6 | EPL-2.0 | Jakarta RESTful Web Services API |
| jakarta.xml.bind-api | 4.0.4 | BSD-3-Clause | Jakarta XML Binding API |
| java-jwt | 4.5.0 | MIT | Java client library for the Auth0 platform |
| javassist | 3.30.2-GA | MPL-1.1 | Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java. |
| javax.el | 3.0.1-b12 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | Java.net - The Source for Java Technology Collaboration |
| javax.el-api | 3.0.1-b06 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | Java.net - The Source for Java Technology Collaboration |
| javax.mail | 1.6.2 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | JavaMail API |
| javax.mail-api | 1.6.2 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | JavaMail API jar |
| javax.servlet-api | 4.0.1 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | Java.net - The Source for Java Technology Collaboration |
| javax.servlet.jsp-api | 2.3.3 | (CDDL-1.0 OR GPL-2.0-with-classpath-exception) | Java.net - The Source for Java Technology Collaboration |
| javax.websocket-api | 1.1 | (CDDL-1.1 OR GPL-2.0-only) | JSR 356: Java API for WebSocket |
| jaxb-api | 2.2.12 | CDDL-1.1 | JAXB (JSR 222) API |
| jaxb-runtime | 2.3.9 | BSD-3-Clause | JAXB (JSR 222) Reference Implementation |
| jersey-client | 2.47 | EPL-2.0 | Jersey core client implementation |
| jersey-common | 2.47 | EPL-2.0 | Jersey core common packages |
| jersey-container-servlet | 2.47 | EPL-2.0 | Jersey core Servlet 3.x implementation |
| jersey-container-servlet-core | 2.47 | EPL-2.0 | Jersey core Servlet 2.x implementation |
| jersey-hk2 | 2.47 | EPL-2.0 | HK2 InjectionManager implementation |
| jersey-media-multipart | 2.47 | EPL-2.0 | Jersey Multipart entity providers support module. |
| jersey-server | 2.47 | EPL-2.0 | Jersey core server implementation |
| jgrapht-core | 1.5.2 | LGPL-2.1-only | A Java class library for graph-theory data structures and algorithms. |
| jheaps | 0.14 | Apache-2.0 | A free, production-ready, efficient Java library containing a collection of heap data-structures. |
| jna | 5.13.0 | LGPL-2.1-or-later | Java Native Access |
| jna-platform | 5.17.0 | LGPL-2.1-or-later | Java Native Access Platform |
| jsoup | 1.21.2 | MIT | jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers. |
| jsqlparser | 4.9 | LGPL-2.1-only | JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern. |
| jsr305 | 3.0.2 | Apache-2.0 | JSR305 Annotations for Findbugs |
| jwks-rsa | 0.23.0 | MIT | JSON Web Key Set parser library |
| kotlin-stdlib | 1.8.21 | Apache-2.0 | Kotlin Standard Library for JVM |
| kotlin-stdlib-common | 1.9.10 | Apache-2.0 | Kotlin Common Standard Library |
| kotlin-stdlib-jdk7 | 1.8.21 | Apache-2.0 | Kotlin Standard Library JDK 7 extension |
| kotlin-stdlib-jdk8 | 1.8.21 | Apache-2.0 | Kotlin Standard Library JDK 8 extension |
| listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | Apache-2.0 | An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-.... |
| log4j-api | 2.25.3 | Apache-2.0 | 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. |
| log4j-core | 2.25.3 | Apache-2.0 | A versatile, industrial-grade, and reference implementation of the Log4j API. It bundles a rich set of components to assist various use cases: Appenders targeting files, network sockets, databases, SMTP servers; Layouts that can render CSV, HTML, JSON, Syslog, etc. formatted outputs; Filters that can be configured using log event rates, regular expressions, scripts, time, etc. It contains several extension points to introduce custom components, if needed. |
| log4j-jcl | 2.25.3 | Apache-2.0 | The Apache Log4j Commons Logging Adapter |
| log4j-slf4j-impl | 2.25.3 | Apache-2.0 | SLF4J 1 binding (provider) for the Log4j API. It forwards SLF4J 1 calls to the Log4j API. (Refer to the log4j-to-slf4j artifact for forwarding the Log4j API to SLF4J.) |
| log4j-slf4j2-impl | 2.25.3 | Apache-2.0 | SLF4J 2 provider (binding) for the Apache Log4j API. It forwards SLF4J 2 calls to the Log4j API. This effectively allows using Log4j as an implementation of SLF4J 2. (Refer to the log4j-to-slf4j artifact for forwarding the Log4j API to SLF4J.) |
| microsoft-graph | 5.80.0 | MIT | Microsoft Graph SDK |
| microsoft-graph-core | 2.0.21 | MIT | Microsoft Graph Core SDK |
| mimepull | 1.9.15 | BSD-3-Clause | Provides a streaming API to access attachments parts in a MIME message. |
| msal4j | 1.23.1 | MIT | Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities |
| msal4j-persistence-extension | 1.3.0 | MIT | Implementation of ITokenCacheAccessAspect interface defined in Java MSAL SDK (artifactId - msal4j) for persistence of token cache in platform specific secret storage: * Win - file encrypted with DPAPI * Mac - key chain * Linux - key ring |
| netty-buffer | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-codec | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-codec-dns | 4.1.112.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-codec-http | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-codec-http2 | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-codec-socks | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-common | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-handler | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-handler-proxy | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-resolver | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-resolver-dns | 4.1.112.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-resolver-dns-classes-macos | 4.1.112.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-resolver-dns-native-macos | 4.1.112.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-boringssl-static | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked to BoringSSL and Apache APR. |
| netty-tcnative-classes | 2.0.70.Final | Apache-2.0 | A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL and Apache APR. |
| netty-transport | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-transport-classes-epoll | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-transport-classes-kqueue | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-transport-native-epoll | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-transport-native-kqueue | 4.1.118.Final | Apache-2.0 | Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. |
| netty-transport-native-unix-common | 4.1.118.Final | Apache-2.0 | Static library which contains common unix utilities. |
| okhttp | 4.12.0 | Apache-2.0 | Square’s meticulous HTTP client for Java and Kotlin. |
| okio | 3.6.0 | Apache-2.0 | A modern I/O library for Android, Java, and Kotlin Multiplatform. |
| okio-jvm | 3.6.0 | Apache-2.0 | A modern I/O library for Android, Java, and Kotlin Multiplatform. |
| osgi-resource-locator | 1.0.3 | EPL-2.0 | Used by various API providers that rely on META-INF/services mechanism to locate providers. |
| pdfbox-io | 3.0.3 | Apache-2.0 | The Apache PDFBox library is an open source Java tool for working with PDF documents. This artefact contains IO related classes. |
| plantuml-asl | 1.2025.10 | ASL License | PlantUML is a component that allows to quickly write diagrams from text. |
| poi | 5.4.1 | Apache-2.0 | Apache POI - Java API To Access Microsoft Format Files |
| poi-ooxml | 5.4.1 | Apache-2.0 | Apache POI - Java API To Access Microsoft Format Files |
| poi-ooxml-lite | 5.4.1 | Apache-2.0 | Apache POI - Java API To Access Microsoft Format Files |
| postgresql | 42.7.8 | BSD-2-Clause | PostgreSQL JDBC Driver Postgresql |
| qdox | 1.12 | Apache-2.0 | QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. |
| quartz | 2.5.1 | Apache-2.0 | Quartz Enterprise Job Scheduler |
| reactive-streams | 1.0.4 | MIT-0 | A Protocol for Asynchronous Non-Blocking Data Sequence |
| reactor-core | 3.4.41 | Apache-2.0 | Non-Blocking Reactive Foundation for the JVM |
| reactor-netty-core | 1.0.48 | Apache-2.0 | Core functionality for the Reactor Netty library |
| reactor-netty-http | 1.0.48 | Apache-2.0 | HTTP functionality for the Reactor Netty library |
| scim2-sdk-client | 4.1.0 | UnboundID Free Use License | The UnboundID SCIM 2 SDK is a comprehensive Java library that supports the SCIM protocol and communication with SCIM services. This SDK assists with managing requests, responses, and errors, and it also offers support for SCIM filter expressions, attribute paths, and CRUD operations on SCIM data. See https://simplecloud.info for more information. This package contains client classes for building SCIM 2 requests and for accessing resources from SCIM 2 service providers. |
| scim2-sdk-common | 4.1.0 | UnboundID Free Use License | The UnboundID SCIM 2 SDK is a comprehensive Java library that supports the SCIM protocol and communication with SCIM services. This SDK assists with managing requests, responses, and errors, and it also offers support for SCIM filter expressions, attribute paths, and CRUD operations on SCIM data. See https://simplecloud.info for more information. |
| scim2-sdk-server | 4.1.0 | UnboundID Free Use License | The UnboundID SCIM 2 SDK is a comprehensive Java library that supports the SCIM protocol and communication with SCIM services. This SDK assists with managing requests, responses, and errors, and it also offers support for SCIM filter expressions, attribute paths, and CRUD operations on SCIM data. See https://simplecloud.info for more information. This package contains classes used to implement SCIM 2 service providers. |
| serializer | 2.7.3 | ||
| slf4j-api | 2.0.16 | MIT | The slf4j API |
| snakeyaml | 2.4 | Apache-2.0 | YAML 1.1 parser and emitter for Java |
| SparseBitSet | 1.3 | Apache-2.0 | An efficient sparse bitset implementation for Java |
| spotbugs-annotations | 4.9.8 | LGPL-2.1-only | Annotations the SpotBugs tool supports |
| stax2-api | 4.2.2 | BSD-2-Clause | Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API. |
| txw2 | 2.3.9 | BSD-3-Clause | TXW is a library that allows you to write XML documents. |
| woodstox-core | 7.1.1 | Apache-2.0 | Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs |
| xalan | 2.7.3 | ||
| xml-apis | 1.4.01 | Apache-2.0 | xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun. |
| xml-apis-ext | 1.3.04 | Apache-2.0 | xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun. |
| xmlbeans | 5.3.0 | Apache-2.0 | XmlBeans main jar |
| xmlgraphics-commons | 2.11 | Apache-2.0 | XML Graphics Common Support |
| xmlschema-core | 2.3.2 | Apache-2.0 | Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema. |