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

Download JAR files tagged by specific with all dependencies

Search JAR files by class name

jakarta.authentication-api from group jakarta.authentication (version 3.1.0)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: jakarta.authentication Artifact: jakarta.authentication-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.authentication-api
Group jakarta.authentication
Version 3.1.0
Last update 02. May 2024
Organization not specified
URL https://github.com/jakartaee/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nbm-maven-plugin from group org.apache.netbeans.utilities (version 14.1)

Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.

Group: org.apache.netbeans.utilities Artifact: nbm-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact nbm-maven-plugin
Group org.apache.netbeans.utilities
Version 14.1
Last update 25. April 2024
Organization not specified
URL https://bits.netbeans.org/mavenutilities/nbm-maven-plugin
License not specified
Dependencies amount 12
Dependencies maven-archiver, ant, plexus-utils, plexus-archiver, plexus-io, nbm-maven-harness, nb-shared, updater, maven-filtering, maven-dependency-tree, maven-dependency-analyzer, asm,
There are maybe transitive dependencies!

fastutil from group it.unimi.dsi (version 8.5.13)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: it.unimi.dsi Artifact: fastutil
Show all versions Show documentation Show source 
 

1862 downloads
Artifact fastutil
Group it.unimi.dsi
Version 8.5.13
Last update 06. February 2024
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.sling.tracer from group org.apache.sling (version 1.0.8)

Tracer provides support for enabling the logs for specific category at specific level and only for specific request. It provides a very fine level of control via config provided as part of HTTP request around how the logging should be performed for given category. Refer to http://sling.apache.org/documentation/bundles/log-tracers.html

Group: org.apache.sling Artifact: org.apache.sling.tracer
Show all versions Show source 
 

2 downloads
Artifact org.apache.sling.tracer
Group org.apache.sling
Version 1.0.8
Last update 03. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kie-platform-bom from group org.kie (version 7.74.1.Final)

The BOM declares all internal and appformer dependency versions in dependencyManagement. KIE modules should _not_ directly import this BOM and instead use kie-parent and import specific KIE user BOMs. That is to avoid unnecessary dependencies on UberFire, Dashbuilder or Guvnor for non-UI repositories like Drools or jBPM. Platform BOM can be used in cases when one needs to easily inherit all the different versions KIE is using.

Group: org.kie Artifact: kie-platform-bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kie-platform-bom
Group org.kie
Version 7.74.1.Final
Last update 13. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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!

fastutil from group co.datadome (version 8.5.11.1)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: co.datadome Artifact: fastutil
Show documentation Show source 
 

0 downloads
Artifact fastutil
Group co.datadome
Version 8.5.11.1
Last update 25. December 2022
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

anythingworks from group com.optimaize.anythingworks (version 1.1.0)

Java Library to Bootstrap Web service client/server development. It supports both RESTful web services (JAX-RS) and SOAP / WSDL web services (JAX-WS). Within this project classes specific for one technology are prefixed with either "Rest" or "Soap". Other technologies, like JSON-RPC, could be added. Hence the name "anything works".

Group: com.optimaize.anythingworks Artifact: anythingworks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anythingworks
Group com.optimaize.anythingworks
Version 1.1.0
Last update 20. December 2022
Organization Optimaize GmbH, Switzerland
URL https://github.com/optimaize/anythingworks
License LGPLv3
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

amazon-qldb-ledger-load from group software.amazon.qldb (version 1.1.0)

A QLDB ledger data loading framework that accepts events over a delivery mechanism (SQS, SNS, etc.) and writes them to the ledger, conducting idempotence and revision version checks prior to writing. This project is meant to be a framework that offers a basic common-case implementation but is customizable to suit the needs of specific customer use cases.

Group: software.amazon.qldb Artifact: amazon-qldb-ledger-load
Show all versions Show documentation Show source 
 

0 downloads
Artifact amazon-qldb-ledger-load
Group software.amazon.qldb
Version 1.1.0
Last update 18. August 2022
Organization not specified
URL https://aws.amazon.com/qldb/
License MIT-0
Dependencies amount 10
Dependencies aws-lambda-java-core, aws-lambda-java-events, amazon-kinesis-client, log4j-api, log4j-core, amazon-qldb-driver-java, ion-java, qldb, sqs, sns,
There are maybe transitive dependencies!

cucumblan-ui from group io.virtualan (version 1.3.5)

Cucumblan-ui is a cucumber and selenium based test automation framework that supports Behavior Driven Development (BDD), allowing users to create feature using predefined step definition with low code for UI. It works based on the Gherkin Domain Specific Language (DSL). This simple but powerful framework while keeping it comprehensible to even non-technical(product owner, business analyst and domain experts) users.

Group: io.virtualan Artifact: cucumblan-ui
Show all versions Show documentation Show source 
 

0 downloads
Artifact cucumblan-ui
Group io.virtualan
Version 1.3.5
Last update 23. May 2022
Organization not specified
URL https://www.cucumblan.io/
License Apache License 2.0
Dependencies amount 4
Dependencies java-client, cucumblan-utils, monte-repack, compiler,
There are maybe transitive dependencies!



Page 162 from 182 (items total 1820)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy