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

Download JAR files tagged by version with all dependencies

Search JAR files by class name

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

nifi-registry-ranger-jersey-bundle from group org.apache.nifi.registry (version 2.0.0-M2)

This module removes javax.ws.rs package from jersey-bundle.jar which is used by ranger-plugins-common.jar in order to address javax.ws.rs version mismatch between jersey-bundle.jar and NiFi Registry. NiFi Registry uses javax.ws.rs version 2.1. Without doing this, NiFi Registry encounters java.lang.LinkageError: ClassCastException: attempting to castjar:file:nifi-registry-xxx/work/jetty/nifi-registry-web-api-xxx.war/webapp/WEB-INF/lib/javax.ws.rs-api.jar!/javax/ws/rs/ext/RuntimeDelegate.classtojar:file:/home/koji/nifi-registry-xxx/./ext/ranger/lib/jersey-bundle.jar!/javax/ws/rs/ext/RuntimeDelegate.class

Group: org.apache.nifi.registry Artifact: nifi-registry-ranger-jersey-bundle
Show all versions Show source 
 

1 downloads
Artifact nifi-registry-ranger-jersey-bundle
Group org.apache.nifi.registry
Version 2.0.0-M2
Last update 26. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jersey-bundle,
There are maybe transitive dependencies!

dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)

The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.

Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!

learnlib-rpni from group de.learnlib (version 0.17.0)

This artifact provides the implementation of (a blue-fringe version of) the "regular positive negative inference" (RPNI) learning algorithm as presented in the paper "Inferring regular languages in polynomial update time" (https://dx.doi.org/10.1142/9789812797902_0004) by Jose Oncina and Pedro García. More details on the blue-fringe version of this algorithm can be found in the book "Grammatical Inference" (https://doi.org/10.1017/CBO9781139194655) by Colin de la Higuera.

Group: de.learnlib Artifact: learnlib-rpni
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-rpni
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies learnlib-api, learnlib-datastructure-pta, automata-api, automata-commons-smartcollections, checker-qual, buildergen, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

properties-maven-plugin from group org.infrastructurebuilder.maven (version 1.2.1.0-ib)

The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. This was forked from the original properties-maven-plugin to fix issue mojohaus/properties-maven-plugin#30. For RELEASED IB Versions prior to 1.2.0.1, see [the original forked repo](https://github.com/infrastructurebuilder/archived-properties-maven-plugin) Note that the IB version might be released ahead or behind the mojohaus version.

Group: org.infrastructurebuilder.maven Artifact: properties-maven-plugin
Show all versions Show documentation 
 

0 downloads
Artifact properties-maven-plugin
Group org.infrastructurebuilder.maven
Version 1.2.1.0-ib
Last update 20. September 2023
Organization not specified
URL https://www.mojohaus.org/properties-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies plexus-utils, plexus-sec-dispatcher, json, json-flattener, aws-java-sdk, tomlj,
There are maybe transitive dependencies!

it-univr-bcel from group it.univr.bcel (version 1.2.1)

BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.

Group: it.univr.bcel Artifact: it-univr-bcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact it-univr-bcel
Group it.univr.bcel
Version 1.2.1
Last update 08. May 2023
Organization not specified
URL https://github.com/spoto/it-univr-bcel
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies bcel,
There are maybe transitive dependencies!

j-interop-ng-deps from group com.github.skyghis (version 3.5.1)

Group: com.github.skyghis Artifact: j-interop-ng-deps
Show all versions Show documentation Show source 
 

0 downloads
Artifact j-interop-ng-deps
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License not specified
Dependencies amount 1
Dependencies jcifs-ng,
There are maybe transitive dependencies!

j-interop-ng-parent from group com.github.skyghis (version 3.5.1)

Implementation of DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use JNI to provide COM access. This is a cleaned-up and improved version of the j-Interop library. Based on j-interop kohsuke work, and modified to use jcifs-ng.

Group: com.github.skyghis Artifact: j-interop-ng-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact j-interop-ng-parent
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License GNU LGPLv3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

j-interop-ng from group com.github.skyghis (version 3.5.1)

Group: com.github.skyghis Artifact: j-interop-ng
Show all versions Show documentation Show source 
 

0 downloads
Artifact j-interop-ng
Group com.github.skyghis
Version 3.5.1
Last update 30. March 2023
Organization not specified
URL https://github.com/skyghis/j-interop-ng
License not specified
Dependencies amount 1
Dependencies j-interop-ng-deps,
There are maybe transitive dependencies!

xmlrpc-common from group org.omegat (version 3.1.3-20230209)

Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification. This is a security patched fork.

Group: org.omegat Artifact: xmlrpc-common
Show documentation Show source 
 

0 downloads
Artifact xmlrpc-common
Group org.omegat
Version 3.1.3-20230209
Last update 09. February 2023
Organization not specified
URL https://github.com/omegat-org/apache-xmlrpc
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 404 from 429 (items total 4287)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy