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

Download JAR files tagged by network with all dependencies

Search JAR files by class name

netcipher from group info.guardianproject.netcipher (version 2.2.0-alpha)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.netcipher Artifact: netcipher
Show all versions Show documentation Show source 
 

0 downloads
Artifact netcipher
Group info.guardianproject.netcipher
Version 2.2.0-alpha
Last update 06. May 2021
Organization not specified
URL https://guardianproject.info/code/netcipher
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netcipher-webkit from group info.guardianproject.netcipher (version 2.1.0)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.netcipher Artifact: netcipher-webkit
Show documentation Show source 
 

0 downloads
Artifact netcipher-webkit
Group info.guardianproject.netcipher
Version 2.1.0
Last update 12. April 2021
Organization not specified
URL https://guardianproject.info/code/netcipher
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

IOCipherStandalone from group info.guardianproject.iocipher (version 0.4)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.iocipher Artifact: IOCipherStandalone
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact IOCipherStandalone
Group info.guardianproject.iocipher
Version 0.4
Last update 08. April 2021
Organization not specified
URL https://guardianproject.info/code/iocipher
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

IOCipher from group info.guardianproject.iocipher (version 0.5)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.iocipher Artifact: IOCipher
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact IOCipher
Group info.guardianproject.iocipher
Version 0.5
Last update 08. April 2021
Organization not specified
URL https://guardianproject.info/code/iocipher
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parent from group org.drasyl (version 0.4.1)

drasyl is a general-purpose overlay network framework for rapid development of distributed P2P applications. By using drasyl developers can fully concentrate on creating distributed applications. With drasyl, boundaries between IP-based networks will be eliminated and secure communication channels between any peers will be provided. Zero-configuration is required to use drasyl. Developers can run a new drasyl node without having to write configuration files or provide IP addresses of peers.

Group: org.drasyl Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.drasyl
Version 0.4.1
Last update 11. March 2021
Organization The drasyl Project
URL https://drasyl.org/
License GNU Lesser General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sbi from group de.tum.ei.lkn.eces (version 1.1.13)

Southbound interface (SBI) of the OpenFlow 1.0 network controller of Chameleon (ACM CoNEXT 2020) using the ECES framework. The module does topology discovery and creates the network using the ECES network library. The module also listens to events from the tenant manager ECES library and automatically configures rules in the data plane when flows are created.

Group: de.tum.ei.lkn.eces Artifact: sbi
Show documentation Show source 
 

0 downloads
Artifact sbi
Group de.tum.ei.lkn.eces
Version 1.1.13
Last update 11. January 2021
Organization not specified
URL https://github.com/AmoVanB/eces-sbi
License not specified
Dependencies amount 6
Dependencies netty-all, core, network, routing, tenant-manager, jsch,
There are maybe transitive dependencies!

discodnc from group de.tum.ei.lkn.eces (version 2.4.3-lkn)

Deterministic Network Calculus (DNC) is a methodology for worst-case modeling and analysis of communication networks. It enables to derive deterministic bounds on a server’s backlog as well as a flow’s end-to-end delay. Given a directed graph of servers (server graph) and the flows crossing these servers, the Disco Deterministic Network Calculator (DiscoDNC) automates the derivation of bounds.

Group: de.tum.ei.lkn.eces Artifact: discodnc
Show documentation Show source 
 

0 downloads
Artifact discodnc
Group de.tum.ei.lkn.eces
Version 2.4.3-lkn
Last update 03. January 2021
Organization not specified
URL discodnc.cs.uni-kl.de
License GNU General Lesser Public License (LGPL) version 2.1
Dependencies amount 1
Dependencies commons-math3,
There are maybe transitive dependencies!

tenio from group io.github.congcoi123 (version 3.1.1)

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

Group: io.github.congcoi123 Artifact: tenio
Show all versions Show documentation Show source 
 

0 downloads
Artifact tenio
Group io.github.congcoi123
Version 3.1.1
Last update 05. June 2020
Organization not specified
URL https://github.com/congcoi123/tenio
License MIT License
Dependencies amount 7
Dependencies netty-all, jetty-server, jetty-servlet, servlet-api, msgpack, guava, log4j-core,
There are maybe transitive dependencies!

osgi.enroute.stackexchange.pagedown.webresource from group biz.aQute (version 1.1.1)

PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview. The largest part is based on work by John Fraser, a.k.a. Attacklab. He created the converter under the name Showdown and the editor under the name WMD. See this post on the Stack Exchange blog (http://blog.stackoverflow.com/2008/12/reverse-engineering-the-wmd-editor/) for some historical information.

Group: biz.aQute Artifact: osgi.enroute.stackexchange.pagedown.webresource
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.stackexchange.pagedown.webresource
Group biz.aQute
Version 1.1.1
Last update 06. January 2020
Organization OSGi Alliance
URL https://code.google.com/p/pagedown/wiki/PageDown
License http://opensource.org/licenses/MIT;link=https://github.com/ujifgc/pagedown/blob/master/LICENSE.txt
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ziplet from group com.github.ziplet (version 2.4.1)

This filter can, based on HTTP headers in a HttpServletRequest, compress data written to the HttpServletResponse, or decompress data read from the request. When supported by the client browser, this can potentially greatly reduce the number of bytes written across the network from and to the client. As a Filter, this class can also be easily added to any J2EE 1.3+ web application.

Group: com.github.ziplet Artifact: ziplet
Show all versions Show documentation Show source 
 

34 downloads
Artifact ziplet
Group com.github.ziplet
Version 2.4.1
Last update 30. April 2019
Organization not specified
URL https://github.com/ziplet/ziplet
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!



Page 229 from 241 (items total 2410)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy