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

Download JAR files tagged by http with all dependencies

Search JAR files by class name

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

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.9
Last update 06. September 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!

jbidibc-usb from group org.bidib.jbidib (version 2.0.25)

jBiDiB jbidibc USB POM Install the libusb drivers for using the libusb access. Under Windows OS you must install the Zadig driver as described here: https://github.com/libusb/libusb/wiki/Windows. Zadic can be downloaded from: http://zadig.akeo.ie/ In the Zadig UI you must check Options > List all devices and the select the 'USB-EPP /I2C... CH341A' device. Then select the target driver with the spinners (I used libusb-win32 (v1.2.6.0)) and click the 'Install driver' button.

Group: org.bidib.jbidib Artifact: jbidibc-usb
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbidibc-usb
Group org.bidib.jbidib
Version 2.0.25
Last update 04. September 2024
Organization not specified
URL Not specified
License GNU General Purpose License Version 3.0
Dependencies amount 4
Dependencies jna, jna-platform, jbidibc-core, usb4java,
There are maybe transitive dependencies!

java-uuid-generator from group com.fasterxml.uuid (version 5.1.0)

Java UUID Generator (JUG) is a Java library for generating Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID). It can be used either as a component in a bigger application, or as a standalone command line tool. JUG generates UUIDs according to the IETF UUID draft specification. JUG supports 3 original official UUID generation methods as well as later additions (v6, v7)

Group: com.fasterxml.uuid Artifact: java-uuid-generator
Show all versions Show documentation Show source 
 

368 downloads
Artifact java-uuid-generator
Group com.fasterxml.uuid
Version 5.1.0
Last update 03. June 2024
Organization FasterXML.com
URL https://github.com/cowtowncoder/java-uuid-generator
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

jbidibc-ch341a from group org.bidib.jbidib (version 1.13.23)

jBiDiB jbidibc CH341A POM Install the libusb drivers for using the libusb access. Under Windows OS you must install the Zadig driver as described here: https://github.com/libusb/libusb/wiki/Windows. Zadic can be downloaded from: http://zadig.akeo.ie/ In the Zadig UI you must check Options > List all devices and the select the 'USB-EPP /I2C... CH341A' device. Then select the target driver with the spinners (I used libusb-win32 (v1.2.6.0)) and click the 'Install driver' button.

Group: org.bidib.jbidib Artifact: jbidibc-ch341a
Show all versions Show documentation Show source 
 

7 downloads
Artifact jbidibc-ch341a
Group org.bidib.jbidib
Version 1.13.23
Last update 25. May 2024
Organization not specified
URL http://sourceforge.net/projects/jbidibc/jbidibc-ch341a/
License GNU General Purpose License Version 3.0
Dependencies amount 4
Dependencies jna, jna-platform, jbidibc-core, usb4java,
There are maybe transitive dependencies!

KalturaApiClient from group com.kaltura (version 20.7.2)

KalturaApiClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interact with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php This library replaces the deprecated KalturaClient library.

Group: com.kaltura Artifact: KalturaApiClient
Show all versions Show documentation Show source 
 

7 downloads
Artifact KalturaApiClient
Group com.kaltura
Version 20.7.2
Last update 27. March 2024
Organization not specified
URL http://github.com/kaltura/KalturaGeneratedAPIClientsJava
License GNU Affero General Public License, Version 3.0
Dependencies amount 8
Dependencies commons-codec, json, gson, kotlin-stdlib, okhttp, okio, log4j-api, log4j-core,
There are maybe transitive dependencies!

json from group org.json (version 20240303)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: org.json Artifact: json
Show all versions Show documentation Show source 
 

13962 downloads
Artifact json
Group org.json
Version 20240303
Last update 03. March 2024
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License Public Domain
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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!

hapi-dist from group ca.uhn.hapi (version 2.5.1)

Group: ca.uhn.hapi Artifact: hapi-dist
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hapi-dist
Group ca.uhn.hapi
Version 2.5.1
Last update 01. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 15
Dependencies slf4j-api, hapi-base, hapi-hl7overhttp, hapi-examples, hapi-structures-v21, hapi-structures-v22, hapi-structures-v23, hapi-structures-v231, hapi-structures-v24, hapi-structures-v25, hapi-structures-v251, hapi-structures-v26, hapi-structures-v27, hapi-structures-v28, hapi-structures-v281,
There are maybe transitive dependencies!

hapi-hl7overhttp from group ca.uhn.hapi (version 2.5.1)

Group: ca.uhn.hapi Artifact: hapi-hl7overhttp
Show all versions Show documentation Show source 
 

8 downloads
Artifact hapi-hl7overhttp
Group ca.uhn.hapi
Version 2.5.1
Last update 01. November 2023
Organization not specified
URL http://maven.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, commons-lang, bcprov-jdk16, bcmail-jdk16,
There are maybe transitive dependencies!

hapi-structures-superstructures from group ca.uhn.hapi (version 2.5.1)

Group: ca.uhn.hapi Artifact: hapi-structures-superstructures
Show all versions Show documentation Show source 
 

0 downloads
Artifact hapi-structures-superstructures
Group ca.uhn.hapi
Version 2.5.1
Last update 01. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies hapi-base,
There are maybe transitive dependencies!



Page 911 from 3 (items total 9466)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy