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

Download JAR files tagged by when with all dependencies

Search JAR files by class name

mina-integration-xbean from group org.apache.mina (version 2.2.3)

This module generates an XML scheme file for the MINA Spring configuration namespace. This XSD is referenced by Spring configuration files using MINA components to have a much less verbose configuration. When used with the XBean application context loader the same old Spring ApplictionContext is generated from this more intuitive and terse configuration file.

Group: org.apache.mina Artifact: mina-integration-xbean
Show all versions Show documentation Show source 
 

0 downloads
Artifact mina-integration-xbean
Group org.apache.mina
Version 2.2.3
Last update 06. September 2023
Organization not specified
URL https://maven.apache.org
License not specified
Dependencies amount 5
Dependencies mina-integration-beans, mina-core, mina-core, spring, xbean-spring,
There are maybe transitive dependencies!

apl-core from group com.intuit.apl (version 0.27)

ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.

Group: com.intuit.apl Artifact: apl-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact apl-core
Group com.intuit.apl
Version 0.27
Last update 03. August 2023
Organization not specified
URL https://github.com/intuit/identity-authz-apl
License MIT License
Dependencies amount 3
Dependencies spring-expression, snakeyaml, slf4j-api,
There are maybe transitive dependencies!

maven-cucumber-reporting from group net.masterthought (version 9863b38b-beta)

This project provides a maven mojo for using cucumber-reporting to publish pretty html reports for Cucumber. It works by generating html from the cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.

Group: net.masterthought Artifact: maven-cucumber-reporting
Show all versions Show documentation Show source 
 

137 downloads
Artifact maven-cucumber-reporting
Group net.masterthought
Version 9863b38b-beta
Last update 28. July 2023
Organization not specified
URL http://maven.apache.org
License LGPL 2.1
Dependencies amount 3
Dependencies maven-plugin-api, commons-collections, cucumber-reporting,
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!

prime from group org.technologybrewery.prime (version 1.3.0)

In brewing, you prime nearly finished beer with a little extra sugar (or similar fermentable product) just before bottling to help the beer carbonate. In Java, Prime adds a little structure or manipulates data in your database just before starting up your application. Prime leverages Flyway to deliver "sugar" to your database - we just do a little bit to package it up to run when your war is loaded.

Group: org.technologybrewery.prime Artifact: prime
Show documentation Show source 
 

0 downloads
Artifact prime
Group org.technologybrewery.prime
Version 1.3.0
Last update 21. April 2023
Organization not specified
URL https://github.com/TechnologyBrewery/prime
License MIT License
Dependencies amount 3
Dependencies krausening, commons-lang3, flyway-core,
There are maybe transitive dependencies!

disk-project from group edu.isi.kcap.diskproject (version 3.0.2)

The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.

Group: edu.isi.kcap.diskproject Artifact: disk-project
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact disk-project
Group edu.isi.kcap.diskproject
Version 3.0.2
Last update 20. April 2023
Organization USC/Information Sciences Institute
URL https://github.com/KnowledgeCaptureAndDiscovery/DISK-API
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biz.aQute.shell.sshd.provider from group biz.aQute (version 1.10.0)

An SSH daemon that interacts with Gogo. Since many Linux distributions have removed telnet, there is a need to interact with Gogo using ssh, which is still approved. This ssh provider can be used without authentication when registered only on localhost. Otherwise the user should register an biz.aQute.authentication.api.Authenticator service. The configuration by default requires this optional service to be there.

Group: biz.aQute Artifact: biz.aQute.shell.sshd.provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.shell.sshd.provider
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 osgi.annotation, org.osgi.service.component.annotations, sshd-osgi, slf4j-api, aQute.libg, org.apache.felix.gogo.runtime, org.osgi.service.metatype.annotations, biz.aQute.api.authentication, biz.aQute.api.authorization, org.osgi.framework,
There are maybe transitive dependencies!

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

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

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 3.8.7
Last update 19. March 2023
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!

id-mask from group at.favre.lib (version 0.6.0)

IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.

Group: at.favre.lib Artifact: id-mask
Show all versions Show documentation Show source 
 

0 downloads
Artifact id-mask
Group at.favre.lib
Version 0.6.0
Last update 05. March 2023
Organization not specified
URL https://github.com/patrickfav/id-mask/id-mask
License Apache License, Version 2.0
Dependencies amount 5
Dependencies bytes, hkdf, auto-value-annotations, annotations, utils-lrucache,
There are maybe transitive dependencies!



Page 175 from 202 (items total 2013)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy