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

Download JAR files tagged by code with all dependencies

Search JAR files by class name

steelblue from group it.tidalwave.steelblue (version 1.1-ALPHA-3)

SteelBlue contains the JavaFX implementation of a set of UI-related DCI roles defined in the project TheseFoolishThings. It allows to design rich client applications in a fashion that is mostly independent of the UI technology so the code depending on it is segregated in a confined section.

Group: it.tidalwave.steelblue Artifact: steelblue
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact steelblue
Group it.tidalwave.steelblue
Version 1.1-ALPHA-3
Last update 09. May 2023
Organization not specified
URL http://tidalwave.it/projects/solidblue
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

smartconstraints-annotation from group eu.aronnax.smartconstraints (version 0.5.1)

Provides <code>@CopyJavaxConstraints</code> and <code>@CopyJakartaConstraints</code> annotations to use in your <code>package-info.java</code> file, where composed-annotation should be generated. Should be used as a maven <code>provided</code> dependency. See <code>smartconstraints-annotationprocessor</code> for code generation.

Group: eu.aronnax.smartconstraints Artifact: smartconstraints-annotation
Show all versions Show documentation Show source 
 

0 downloads
Artifact smartconstraints-annotation
Group eu.aronnax.smartconstraints
Version 0.5.1
Last update 24. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biz.aQute.trace.runpath from group biz.aQute (version 1.10.0)

Weaves DS components and Bundle Activtors to record timing of the start/stop/modify methods. This JAR is not a proper bundle but must be placed on the -runpath. It uses the Embedded-Launcher facility of the bnd launchers. The JAR includes Javassist to perform the byte code weaving.

Group: biz.aQute Artifact: biz.aQute.trace.runpath
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.trace.runpath
Group biz.aQute
Version 1.10.0
Last update 13. April 2023
Organization aQute SARL
URL https://aQute.biz
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 10
Dependencies org.osgi.service.component.annotations, org.osgi.service.metatype.annotations, aQute.libg, biz.aQute.bndlib, osgi.annotation, org.apache.felix.gogo.runtime, org.apache.felix.inventory, org.apache.felix.gogo.shell, org.osgi.framework, org.osgi.resource,
There are maybe transitive dependencies!

fluo-accumulo from group org.apache.fluo (version 2.0.0)

This module contains all Apache Fluo code that is run by Accumulo. This includes iterators and formatters. Given that this module produces a JAR that needs to be included on the Accumulo classpath, external dependencies should be limited. Some utility classes in this module are not only used by iterators but also used by fluo-core.

Group: org.apache.fluo Artifact: fluo-accumulo
Show all versions Show documentation Show source 
 

0 downloads
Artifact fluo-accumulo
Group org.apache.fluo
Version 2.0.0
Last update 11. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies guava, accumulo-core, fluo-api, hadoop-client-api, zookeeper, slf4j-api,
There are maybe transitive dependencies!

fluo-api from group org.apache.fluo (version 2.0.0)

This module contains all API code for Apache Fluo. External dependencies should be limited. Any changes to public methods should be avoided. While the API module does not have compile time dependency on fluo-core, you must include fluo-core as a run-time dependency.

Group: org.apache.fluo Artifact: fluo-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact fluo-api
Group org.apache.fluo
Version 2.0.0
Last update 11. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies guava, commons-configuration2, slf4j-api,
There are maybe transitive dependencies!

lexer from group net.morimekta.utils (version 4.0.1)

This module contains a simple but reasonably powerful lexical analysis tool that does not require any code generation. Is is not as fast or powerful as a full jflex or bison generated parser, but is pretty fast and powerful compared to a simple java string-tokenizer.

Group: net.morimekta.utils Artifact: lexer
Show all versions Show documentation Show source 
 

0 downloads
Artifact lexer
Group net.morimekta.utils
Version 4.0.1
Last update 28. March 2023
Organization not specified
URL https://gitlab.com/morimekta/utils-lexer
License not specified
Dependencies amount 1
Dependencies strings,
There are maybe transitive dependencies!

needle4k-jakarta from group io.github.needle4k (version 4.0.1)

needle4k is a light-weight framework for testing isolated Jakarta EE components outside the container. It reduces the test setup code by analysing injected dependencies and automatic creation of mock objects. needle4k is the Kotlin based successor of the well-known needle4j framework.

Group: io.github.needle4k Artifact: needle4k-jakarta
Show documentation Show source 
 

0 downloads
Artifact needle4k-jakarta
Group io.github.needle4k
Version 4.0.1
Last update 27. March 2023
Organization not specified
URL https://github.com/needle4k/needle4k
License LGPL
Dependencies amount 2
Dependencies kotlin-stdlib, slf4j-api,
There are maybe transitive dependencies!

needle4k from group io.github.needle4k (version 4.0.1)

needle4k is a light-weight framework for testing isolated Jakarta EE components outside the container. It reduces the test setup code by analysing injected dependencies and automatic creation of mock objects. needle4k is the Kotlin based successor of the well-known needle4j framework.

Group: io.github.needle4k Artifact: needle4k
Show documentation Show source 
 

0 downloads
Artifact needle4k
Group io.github.needle4k
Version 4.0.1
Last update 27. March 2023
Organization not specified
URL https://github.com/needle4k/needle4k
License LGPL
Dependencies amount 2
Dependencies kotlin-stdlib, slf4j-api,
There are maybe transitive dependencies!

avro-dynamic-records from group io.github.calmera (version 1.0.2)

Avro Dynamic Records (DyRe) introduces a new way of working with data in your event-processing application. Instead of generating out code, it takes the approach of writing an interface and seamlessly link it to the data underneath.

Group: io.github.calmera Artifact: avro-dynamic-records
Show all versions Show documentation Show source 
 

0 downloads
Artifact avro-dynamic-records
Group io.github.calmera
Version 1.0.2
Last update 24. March 2023
Organization not specified
URL https://github.com/calmera/avro-dynamic-records
License Apache License, Version 2.0
Dependencies amount 7
Dependencies kafka-streams, avro, kafka-schema-registry-client, kafka-avro-serializer, commons-lang3, typetools, procyon-reflection,
There are maybe transitive dependencies!

maven-resources-plugin from group org.apache.maven.plugins (version 3.3.1)

The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

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

531 downloads
Artifact maven-resources-plugin
Group org.apache.maven.plugins
Version 3.3.1
Last update 21. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies plexus-utils, maven-filtering, commons-io, commons-lang3,
There are maybe transitive dependencies!



Page 1141 from 1282 (items total 12816)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy