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

Download JAR files tagged by directly with all dependencies

Search JAR files by class name

dbfit from group net.sf.dbfit (version 1.1.2.2)

DbFit is a set of fixtures which enables FIT/FitNesse tests to execute directly against a database, enabling developers to manipulate database objects in a relational form, making database TDD much easier then with xUnit-style tools.

Group: net.sf.dbfit Artifact: dbfit
Show all versions Show documentation Show source 
 

2 downloads
Artifact dbfit
Group net.sf.dbfit
Version 1.1.2.2
Last update 10. December 2008
Organization not specified
URL http://gojko.net/fitnesse/dbfit/
License GNU General Public License
Dependencies amount 3
Dependencies dbunit, fitnesse, fitlibrary,
There are maybe transitive dependencies!

restConnector-1.0 from group com.ibm.websphere.appserver.features (version 24.0.0.8)

A secure, REST administrative connector that can be used locally or remotely using any Java developer kit. This connector enables remote access from a Java client or directly through an HTTPS call. The administrator and reader roles protect the connector. The connector requires TLS to keep the communication confidential. The HTTPS port used by the connector is defined through the default HTTP endpoint. This feature is superseded by the restConnector-2.0 feature and enables the jaxrs-1.1 feature.

Group: com.ibm.websphere.appserver.features Artifact: restConnector-1.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact restConnector-1.0
Group com.ibm.websphere.appserver.features
Version 24.0.0.8
Last update 12. August 2024
Organization not specified
URL Not specified
License Additional Features Terms & Conditions
Dependencies amount 10
Dependencies com.ibm.websphere.appserver.restHandler-1.0, json-1.0, com.ibm.websphere.appserver.internal.jaxrs-1.1, com.ibm.websphere.appserver.jta-1.1, ssl-1.0, servlet-3.0, com.ibm.websphere.appserver.adminSecurity-1.0, com.ibm.websphere.appserver.eeCompatible-6.0, com.ibm.websphere.appserver.api.restConnector, com.ibm.websphere.appserver.spi.restHandler,
There are maybe transitive dependencies!

micronaut-base-parent from group io.archimedesfw.maven.micronaut (version 4.5.0)

This project tries to be an effort to simplify your Maven pom.xml files when you are using Micronaut. You should not use this module directly, instead here you can find two flavors: one for Java and the other for Kotlin. Both of them are ready for production use, but if you don't want to use them directly in your pom.xml you simply can look like it as an example.

Group: io.archimedesfw.maven.micronaut Artifact: micronaut-base-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact micronaut-base-parent
Group io.archimedesfw.maven.micronaut
Version 4.5.0
Last update 11. July 2024
Organization not specified
URL https://www.archimedesfw.io/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-rng-core from group org.apache.commons (version 1.6)

Pure Java implementations of random numbers generator algorithms. Code in this module should not be used directly by applications; please use the client interface defined in module "commons-rng-client-api" and the factory methods defined in module "commons-rng-simple". In a future release, modularization may be enforced through JPMS access restrictions.

Group: org.apache.commons Artifact: commons-rng-core
Show all versions Show documentation Show source 
 

3 downloads
Artifact commons-rng-core
Group org.apache.commons
Version 1.6
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-rng-client-api,
There are maybe transitive dependencies!

apacheds-core-jndi from group org.apache.directory.server (version 2.0.0.AM27)

Contains a JNDI provider implementation which wraps the core so existing applications based on JNDI can use the server embedded transparently. Remote and local runtime operations will appear and feel exactly the same with a performance boost when local. All operations via this JNDI provider bypass the LDAP stack to perform ooerations directly on the ApacheDS core.

Group: org.apache.directory.server Artifact: apacheds-core-jndi
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-core-jndi
Group org.apache.directory.server
Version 2.0.0.AM27
Last update 09. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies apacheds-i18n, apacheds-core-api, apacheds-core-shared, api-ldap-model, api-util,
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!

scriptingbundle-maven-plugin from group org.apache.sling (version 0.5.2)

The Apache Sling Scripting Bundle Maven Plugin provides support for packing server-side scripts as bundle entries (directly embedded or compiled as Java classes). When executed, the plugin will define two system properties which can be used to populate the Provide-Capability and Require-Capability bundle headers.

Group: org.apache.sling Artifact: scriptingbundle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact scriptingbundle-maven-plugin
Group org.apache.sling
Version 0.5.2
Last update 16. December 2021
Organization not specified
URL https://sling.apache.org/components/scriptingbundle-maven-plugin/
License not specified
Dependencies amount 14
Dependencies annotations, maven-plugin-api, maven-model, maven-core, maven-compat, org.osgi.framework, org.apache.sling.scripting.spi, org.apache.sling.api, biz.aQute.bndlib, org.apache.jackrabbit.vault, jcr, oak-jackrabbit-api, jackrabbit-spi-commons, org.apache.sling.jcr.resource,
There are maybe transitive dependencies!

abnffuzzer from group com.github.nradov (version 0.2.2)

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.

Group: com.github.nradov Artifact: abnffuzzer
Show all versions Show documentation Show source 
 

0 downloads
Artifact abnffuzzer
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!

testing from group com.xkcoding (version 0.0.2)

Group: com.xkcoding Artifact: testing
Show all versions 
 

0 downloads
Artifact testing
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies soap-common, soap-builder, soap-client, soap-server, soap-test, spring-test, gmaven-runtime-2.0, groovy-all, spock-core,
There are maybe transitive dependencies!

arquillian from group com.xkcoding (version 0.0.2)

Group: com.xkcoding Artifact: arquillian
Show all versions 
 

0 downloads
Artifact arquillian
Group com.xkcoding
Version 0.0.2
Last update 24. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies soap-builder, soap-test, soap-client, soap-server, groovy-all,
There are maybe transitive dependencies!



Page 69 from 80 (items total 793)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy