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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

cbrew from group org.jbrew.cbrew (version 0.1.0-beta.6)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Group: org.jbrew.cbrew Artifact: cbrew
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cbrew
Group org.jbrew.cbrew
Version 0.1.0-beta.6
Last update 21. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-specification-test from group au.com.dius (version 4.0.10)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test
Group au.com.dius
Version 4.0.10
Last update 18. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

native-core from group org.jbrew.native (version 0.1.0-beta.2)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Group: org.jbrew.native Artifact: native-core
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact native-core
Group org.jbrew.native
Version 0.1.0-beta.2
Last update 07. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

addc-iiop from group com.addc (version 2.6)

the addc-iiop library supplies helper classes for dealing with corbaloc: URLs an Service URLsm configuring the properties for an ORB from a general process properties file using tags, Ensuring null strings and octet sequences can be safely passed as parameters to IDL interfacesm a Holder for the current ORB and a Secure GSSUP implementation of the Attribute Service for Common Secure Interoperability.

Group: com.addc Artifact: addc-iiop
Show all versions Show documentation Show source 
 

0 downloads
Artifact addc-iiop
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies addc-base, addc-jmx, addc-alerts, addc-ssl, addc-slp, addc-security,
There are maybe transitive dependencies!

addc-security from group com.addc (version 2.6)

The addc-security library supplies classes for handling Key Stores with different types of password callback, GSSUP for CSI-IIOP, cryptographic helper classes that can load definitions of providers and algorithms for different crypto functions from properties files and deliver the correct object for processing encryption, HMACs, Signatures etc. and Helper classes for loading key stores and handling pem files.

Group: com.addc Artifact: addc-security
Show all versions Show documentation Show source 
 

0 downloads
Artifact addc-security
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jacorb-omgapi, addc-base, commons-codec, jdom2, bcprov-jdk15on, bcpkix-jdk15on,
There are maybe transitive dependencies!

kostaskougios-cloning from group com.dominikcebula.cloning (version 1.10.1.1)

The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectively, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object. This version contains a workaround for Java 8 Lambda Cloning Issue (not a proper solution).

Group: com.dominikcebula.cloning Artifact: kostaskougios-cloning
Show documentation Show source 
 

0 downloads
Artifact kostaskougios-cloning
Group com.dominikcebula.cloning
Version 1.10.1.1
Last update 31. January 2020
Organization not specified
URL https://github.com/dominikcebula/cloning
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!

cloudsdk-client from group com.ocrsdk.abbyy (version 1.0.0)

ABBYY Cloud OCR SDK allows to recognize printed text (OCR) and hand-printed text (ICR) on images, convert image-only documents to searchable PDF or editable Microsoft Office formats, extract data from receipts, business cards and IDs through the simple HTTP API. This Java library provides classes and methods to access ABBYY Cloud OCR SDK API endpoints.

Group: com.ocrsdk.abbyy Artifact: cloudsdk-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudsdk-client
Group com.ocrsdk.abbyy
Version 1.0.0
Last update 24. January 2020
Organization not specified
URL https://github.com/abbyy/cloudsdk-client-java
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies jackson-databind,
There are maybe transitive dependencies!

osgi.enroute.bostock.d3.webresource from group biz.aQute (version 3.5.6)

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

Group: biz.aQute Artifact: osgi.enroute.bostock.d3.webresource
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.bostock.d3.webresource
Group biz.aQute
Version 3.5.6
Last update 06. January 2020
Organization Mike Bostock
URL http://d3js.org/
License http://opensource.org/licenses/BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
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!

snot from group com.github.banjowaza (version 1.0.3)

SNOT Slack Notification is a highly configurable Slack notification library that combines annotations and filters to send Slack messages using default or custom message templates ([Slack Template Builder] (https://api.slack.com/block-kit)). Annotations can be at application or method levels and various strategies can be used to retrieve data from application or functions to build a context and provide to a template to generate a Slack notification.

Group: com.github.banjowaza Artifact: snot
Show documentation Show source 
 

0 downloads
Artifact snot
Group com.github.banjowaza
Version 1.0.3
Last update 04. December 2019
Organization not specified
URL https://github.com/banjowaza/snot
License SNOT
Dependencies amount 13
Dependencies spring-context, spring-web, jackson-databind, spring-boot, spring-boot-test-autoconfigure, commons-io, commons-collections4, json, guava, jackson-datatype-jsr310, commons-lang3, aspectjweaver, logback-classic,
There are maybe transitive dependencies!



Page 5425 from 5478 (items total 54776)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy