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

Download JAR files tagged by well with all dependencies

Search JAR files by class name

essencium-backend-storage-module from group de.frachtwerk (version 0.17.0)

Essencium Backend is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. The Storage Module can be used as a plugin to store files to al local folder or some other storage providers (e.g. S3).

Group: de.frachtwerk Artifact: essencium-backend-storage-module
Show all versions Show documentation Show source 
 

0 downloads
Artifact essencium-backend-storage-module
Group de.frachtwerk
Version 0.17.0
Last update 17. June 2024
Organization not specified
URL https://www.frachtwerk.de
License GNU Lesser General Public License v3, or (at your option) any later version
Dependencies amount 4
Dependencies essencium-backend, s3, iam, sts,
There are maybe transitive dependencies!

essencium-backend-sequence-model from group de.frachtwerk (version 2.6.0)

Essencium-backend-sequence-model is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. Essencium Backend Sequence Model uses Numbers following Hibernates SequenceId-Strategy as primary keys in relational databases and delivers a fully implemented App-User.

Group: de.frachtwerk Artifact: essencium-backend-sequence-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact essencium-backend-sequence-model
Group de.frachtwerk
Version 2.6.0
Last update 17. June 2024
Organization not specified
URL https://www.frachtwerk.de
License GNU Lesser General Public License v3, or (at your option) any later version
Dependencies amount 1
Dependencies essencium-backend,
There are maybe transitive dependencies!

essencium-backend-uuid-model from group de.frachtwerk (version 2.6.0)

Essencium-backend-uuid-model is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. Essencium Backend UUID Model uses UUID's as primary keys in relational databases and delivers a fully implemented App-User.

Group: de.frachtwerk Artifact: essencium-backend-uuid-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact essencium-backend-uuid-model
Group de.frachtwerk
Version 2.6.0
Last update 17. June 2024
Organization not specified
URL https://www.frachtwerk.de
License GNU Lesser General Public License v3, or (at your option) any later version
Dependencies amount 1
Dependencies essencium-backend,
There are maybe transitive dependencies!

essencium-backend-identity-model from group de.frachtwerk (version 2.6.0)

Essencium-backend-identity-model is a software library built on top of Essencium Backend that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication. Essencium Backend Identity Model uses Numbers following Hibernates IdentityId-Strategy as primary keys in relational databases and delivers a fully implemented App-User.

Group: de.frachtwerk Artifact: essencium-backend-identity-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact essencium-backend-identity-model
Group de.frachtwerk
Version 2.6.0
Last update 17. June 2024
Organization not specified
URL https://www.frachtwerk.de
License GNU Lesser General Public License v3, or (at your option) any later version
Dependencies amount 1
Dependencies essencium-backend,
There are maybe transitive dependencies!

java-uuid-generator from group com.fasterxml.uuid (version 5.1.0)

Java UUID Generator (JUG) is a Java library for generating Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID). It can be used either as a component in a bigger application, or as a standalone command line tool. JUG generates UUIDs according to the IETF UUID draft specification. JUG supports 3 original official UUID generation methods as well as later additions (v6, v7)

Group: com.fasterxml.uuid Artifact: java-uuid-generator
Show all versions Show documentation Show source 
 

368 downloads
Artifact java-uuid-generator
Group com.fasterxml.uuid
Version 5.1.0
Last update 03. June 2024
Organization FasterXML.com
URL https://github.com/cowtowncoder/java-uuid-generator
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

maven-help-plugin from group org.apache.maven.plugins (version 3.4.1)

The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance and active profiles have been applied, as well as a describe a particular plugin goal to give usage information.

Group: org.apache.maven.plugins Artifact: maven-help-plugin
Show all versions Show documentation Show source 
 

5 downloads
Artifact maven-help-plugin
Group org.apache.maven.plugins
Version 3.4.1
Last update 02. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies maven-plugin-tools-generators, maven-shared-utils, maven-reporting-api, plexus-interactivity-api, plexus-utils, plexus-xml, jdom2, xstream, commons-lang3,
There are maybe transitive dependencies!

ai-pipeline from group org.apache.skywalking (version 10.0.1)

AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data, and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in case of large size of data or lower performance behavior of the remote.

Group: org.apache.skywalking Artifact: ai-pipeline
Show all versions Show documentation Show source 
 

0 downloads
Artifact ai-pipeline
Group org.apache.skywalking
Version 10.0.1
Last update 30. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies grpc-netty, grpc-protobuf, grpc-stub, library-module, library-client,
There are maybe transitive dependencies!

jaxrs-ri from group org.glassfish.jersey.bundles (version 3.1.7)

A bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle (jaxrs-ri.jar). Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from the command line.

Group: org.glassfish.jersey.bundles Artifact: jaxrs-ri
Show all versions Show documentation Show source 
 

5071 downloads
Artifact jaxrs-ri
Group org.glassfish.jersey.bundles
Version 3.1.7
Last update 24. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies jersey-hk2, jersey-common, jersey-media-jaxb, jersey-media-json-binding, jersey-client, jersey-server, jersey-container-servlet-core, jersey-container-servlet, jersey-media-sse, jakarta.xml.bind-api,
There are maybe transitive dependencies!

zap from group org.zaproxy (version 2.15.0)

The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

Group: org.zaproxy Artifact: zap
Show all versions Show documentation Show source 
 

154 downloads
Artifact zap
Group org.zaproxy
Version 2.15.0
Last update 07. May 2024
Organization ZAP
URL https://www.zaproxy.org/
License The Apache License, Version 2.0
Dependencies amount 22
Dependencies rsyntaxtextarea, java-semver, commons-beanutils, commons-codec, commons-collections, commons-configuration, commons-httpclient, commons-io, commons-lang, commons-lang3, commons-text, harlib, javahelp, log4j-api, log4j-1.2-api, jericho-html, json-lib, commons-csv, hsqldb, jfreechart, jgrapht-core, swingx-all,
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!



Page 162 from 214 (items total 2134)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy