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

json from group com.jwebmp.thirdparty (version 0.68.0.1)

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 is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.jwebmp.thirdparty Artifact: json
Show all versions Show documentation Show source 
 

3 downloads
Artifact json
Group com.jwebmp.thirdparty
Version 0.68.0.1
Last update 09. August 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

DynamicJasper-test-fonts from group ar.com.fdvs (version 2.0.0)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. This dependency provides basic ttf font files to be used along with DynamicJasper. This packages requires JasperReports 6.3.1 or newer http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper-test-fonts
Show all versions Show source 
 

4 downloads
Artifact DynamicJasper-test-fonts
Group ar.com.fdvs
Version 2.0.0
Last update 21. May 2019
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-test-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.jwebmp (version 0.66.0.1)

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 is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.jwebmp Artifact: json
Show all versions Show documentation Show source 
 

14 downloads
Artifact json
Group com.jwebmp
Version 0.66.0.1
Last update 10. April 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.jwebmp.jre11 (version 0.63.0.19)

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 is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.jwebmp.jre11 Artifact: json
Show all versions Show documentation Show source 
 

8 downloads
Artifact json
Group com.jwebmp.jre11
Version 0.63.0.19
Last update 20. December 2018
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.iot.pi.provider from group org.osgi (version 2.1.0)

This bundle wraps Pi4j (http://pi4j.com) that wraps the native code Wiring Pi (http://wiringpi.com). It wraps these libraries to make them OSGi friendly and allow them to work together with the OSGi enRoute IoT circuit library (osgi.enroute.iot.circuit). The bundle will first use Pi4J to detect on what hardware it runs. If it runs on an appropriate type, it will register a component that can be configured with Metatype. The Metatype defines a full blown configuration template for all the Pi's functions. The GPIO's are registered as components for the circuit. Regardless of the success of the configuration, this bundle will also register a GpioController service, which is the main Pi4J class.

Group: org.osgi Artifact: osgi.enroute.iot.pi.provider
Show all versions Show documentation Show source 
 

2 downloads
Artifact osgi.enroute.iot.pi.provider
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://www.pi4j.com, http://www.raspicentral.com, http://www.savagehomeautomation.com
License http://opensource.org/licenses/lgpl-3.0.html
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ignifera_2.12 from group com.github.norwae (version 1.1.0)

Adds deployment support for akka-http applications in kubernetes. The facilities are: 1) promotheus statistics export and collection for akka http routes. The library collects http result codes, timings, and requests in flight. It additionally optionally exposes some basic akka statistics. 2) Graceful shutdown, health and readiness functions. These routes are provided at a low level to they can be used by both the routing DSL and special case implementations. 3) Access log collection. These functions can be freely composed to (e.g.) exclude health check routes from statistics and access log, or include them, depending on the requirements and standards of the user

Group: com.github.norwae Artifact: ignifera_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact ignifera_2.12
Group com.github.norwae
Version 1.1.0
Last update 22. August 2018
Organization com.github.norwae
URL https://github.com/norwae/ignifera
License BSD 2-Clause
Dependencies amount 9
Dependencies scala-library, akka-actor_2.12, akka-stream_2.12, akka-http-core_2.12, akka-http_2.12, simpleclient, simpleclient_hotspot, simpleclient_common, slf4j-api,
There are maybe transitive dependencies!

sshapi-ganymed from group com.sshtools (version 1.1.2)

Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-ganymed
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-ganymed
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 2
Dependencies sshapi-core, ganymed-ssh2,
There are maybe transitive dependencies!

sshapi-maverick-16 from group com.sshtools (version 1.1.2)

This version uses the Mavenized 1.6/1.7 branch of Maverick. It will probably eventually become the default Maverick provider implementation, but until such a time it will be a separate module. Using this version we pull the Maverick jars from the SSHTools repository and build directly Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-maverick-16
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-maverick-16
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies sshapi-core, maverick, maverick-agent, commons-logging, oro,
There are maybe transitive dependencies!

sshapi-libssh from group com.sshtools (version 1.1.2)

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Group: com.sshtools Artifact: sshapi-libssh
Show all versions Show documentation Show source 
 

1 downloads
Artifact sshapi-libssh
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!

libmatthew from group com.github.hypfvieh (version 0.8.3)

Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/ Modifications: - including precompiled native C libraries (libunix-java) for architectures: arm, amd64 and i386 - UnixSocket/UnixServerSocket now implements closable (allows try-with-resources usage) - Cleaned up code style - Split test classes to test classpath - Introduced JUnit - Removed the whole CGI package, it should never ever been used these days

Group: com.github.hypfvieh Artifact: libmatthew
Show all versions Show documentation Show source 
 

10 downloads
Artifact libmatthew
Group com.github.hypfvieh
Version 0.8.3
Last update 01. January 2018
Organization not specified
URL https://github.com/hypfvieh/${project.artifactId}
License MIT License
Dependencies amount 2
Dependencies java-utils, slf4j-api,
There are maybe transitive dependencies!



Page 917 from 927 (items total 9270)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy