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

Download JAR files tagged by your with all dependencies

Search JAR files by class name

metro-runtime-impl from group org.glassfish.metro (version 4.0.3)

Group: org.glassfish.metro Artifact: metro-runtime-impl
Show all versions Show documentation Show source 
 

1 downloads
Artifact metro-runtime-impl
Group org.glassfish.metro
Version 4.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies metro-runtime-api, soaptcp-api, soaptcp-impl, xmlfilter, wssx-api, jakarta.xml.ws-api, rt, gmbal, istack-commons-runtime, policy, streambuffer, stax-ex,
There are maybe transitive dependencies!

jollyday-tests from group de.focus-shift (version 0.17.0)

Group: de.focus-shift Artifact: jollyday-tests
Show all versions 
 

0 downloads
Artifact jollyday-tests
Group de.focus-shift
Version 0.17.0
Last update 27. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jollyday-core, jollyday-jaxb,
There are maybe transitive dependencies!

mash-velocity from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-velocity

 

0 downloads
Artifact mash-velocity
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies mash-core, log4j-api, log4j-core, log4j-slf4j-impl, velocity-engine-core,
There are maybe transitive dependencies!

mash-jolt from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-jolt

 

0 downloads
Artifact mash-jolt
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies mash-core, log4j-api, log4j-core, log4j-slf4j-impl, jolt-core, json-utils,
There are maybe transitive dependencies!

mash-core from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-core

 

0 downloads
Artifact mash-core
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies log4j-api, log4j-core, log4j-slf4j-impl, krausening, jackson-core, jackson-annotations, jackson-databind, poi, poi-ooxml,
There are maybe transitive dependencies!

mash-parent from group org.technologybrewery.mash (version 1.6.0)

In brewing, mashing passes raw ingredients through hot water to activate, hydrate, and convert them for fermentation. Mash, the open source project, takes raw data payloads and provides a generic mediation process to translate the payloads into a new output. This allows configuration-driven mediation to be plugged into your application, which is especially important when dealing with ad-hoc tweaks that need to occur to payloads to add, remove, or alter them to conform to changing service payloads to/from other systems.

Group: org.technologybrewery.mash Artifact: mash-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mash-parent
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL https://github.com/TechnologyBrewery/mash
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

getopt-databind from group pro.johndunlap (version 0.5.6)

This is a Java library which provides a flexible and customizable way to bind command line arguments to Java objects, in a similar manner to how JSON, XML, and YAML can be bound to Java objects. You can easily define Java classes that represent the data structure of your command line arguments, and use annotations to specify how those arguments should be parsed and bound to the corresponding fields in your Java object. This allows you to write command line interfaces that are more intuitive and easier to use, while also reducing the amount of boilerplate code that is needed to parse and validate command line arguments.

Group: pro.johndunlap Artifact: getopt-databind
Show documentation Show source 
 

0 downloads
Artifact getopt-databind
Group pro.johndunlap
Version 0.5.6
Last update 20. April 2023
Organization not specified
URL https://github.com/johndunlap/getopt-databind
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

limbus-system from group com.remondis.limbus (version 3.1.0)

The Limbus System is a small light-weight CDI framework managing the Limbus Core Components. The object graph is represented by an XML configuration file or can be build using the Limbus System API. This module delivers an optional system component that visualizes the object graph and its dependencies after initializing: com.remondis.limbus.system.visualize.LimbusSystemVisualizer This component can be added to the Limbus System. To keep the dependencies of this module transparent and light-weight, the graph renderer is declared as an optional dependency. Add the following dependencies to your project to use the visualisation component: <!-- Graph Stream for Visualization feature This is an optional dependency and only required if using the com.remondis.limbus.system.visualize.LimbusSystemVisualizer --> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-core</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-ui</artifactId> <version>1.3</version> </dependency>

Group: com.remondis.limbus Artifact: limbus-system
Show all versions Show documentation Show source 
 

0 downloads
Artifact limbus-system
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies limbus-system-api, limbus-event-multicaster, limbus-utils, slf4j-api,
There are maybe transitive dependencies!

jpasecurity from group org.jpasecurity (version 1.0.3)

JPA Security is an Access Control Solution for the Java Persistence API (JPA). With JPA Security your access control can be performed in the database. You may query the database for all objects of a certain type and will receive only the objects you have read access for. This filtering is performed in the database. Unaccessible queried objects will not be loaded into memory. JPA Security enables you to completely remove security-related code from your code-base. All access control may be configured via Annotations or XML. With JPA Security you do not have to change your access control paradigm (but maybe you want to, when you see the great capability of JPA Security). You even can mix access control paradigms easily. JPA Security is not designed to replace current security solutions, but to extend them. It integrates smoothly into the security mechanisms of the Java EE Platform, but may be used with third-party frameworks like Spring Security or in Java SE, too. With the extensibility of JPA Security it is easy to provide your own access control paradigm, access rules storage or login mechanism.

Group: org.jpasecurity Artifact: jpasecurity
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpasecurity
Group org.jpasecurity
Version 1.0.3
Last update 04. January 2023
Organization not specified
URL https://jpasecurity.org
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies assertj-core, jsr250-api, slf4j-api,
There are maybe transitive dependencies!

fastutil-core 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 operations; 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. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

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

0 downloads
Artifact fastutil-core
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!



Page 630 from 658 (items total 6576)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy