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

Download JAR files tagged by protocol with all dependencies

Search JAR files by class name

Kayak-mapview from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: Kayak-mapview
Show source 
 

0 downloads
Artifact Kayak-mapview
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies org-netbeans-api-annotations-common, org-openide-windows, org-openide-util, org-openide-util-lookup, org-openide-awt, org-netbeans-modules-settings, Kayak-core, Kayak-ui, swingx-ws, swingx-core, tango-icon-theme,
There are maybe transitive dependencies!

Kayak-core from group com.github.andy2003 (version 1.0)

Group: com.github.andy2003 Artifact: Kayak-core
Show source 
 

0 downloads
Artifact Kayak-core
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Kayak from group com.github.andy2003 (version 1.0)

Kayak aims to be a Java framework and GUI for CAN data handling. It will include an abstract data model for different CAN hard- and software solutions. SocketCAN and IP will be used as an abstraction layer above the hardware. Platform independence is a goal and therefore all logic will be implemented in Java. To run the framework on a Windows client a socketCAN over ethernet protocol will be implemented.

Group: com.github.andy2003 Artifact: Kayak
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact Kayak
Group com.github.andy2003
Version 1.0
Last update 25. October 2018
Organization not specified
URL https://github.com/Andy2003/Kayak/
License GNU Lesser General Public License, version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Trilead SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (minimum required JRE: 1.4.2). 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. This library is the provider bridge for SSHAPI.

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

0 downloads
Artifact sshapi-trilead
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, trilead-ssh2,
There are maybe transitive dependencies!

marmotta-versioning-kiwi from group org.apache.marmotta (version 3.4.0)

This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead. This module contains the KiWi backend for versioning.

Group: org.apache.marmotta Artifact: marmotta-versioning-kiwi
Show all versions Show source 
 

0 downloads
Artifact marmotta-versioning-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies marmotta-core, marmotta-versioning-common, marmotta-backend-kiwi, kiwi-versioning,
There are maybe transitive dependencies!

marmotta-versioning-common from group org.apache.marmotta (version 3.4.0)

This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead. This module contains the backend-independent services.

Group: org.apache.marmotta Artifact: marmotta-versioning-common
Show all versions Show source 
 

0 downloads
Artifact marmotta-versioning-common
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies marmotta-core, freemarker,
There are maybe transitive dependencies!

jstun from group de.javawi.jstun (version 0.7.4)

"JSTUN" is a Java-based STUN (Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translation (NAT)) implementation. STUN provides a mean for applications to discover the presence and type of firewalls or NATs between them and the public internet. Additionally, in presence of a NAT STUN can be used by applications to learn the public Internet Protocol (IP) address assigned to the NAT.

Group: de.javawi.jstun Artifact: jstun
Show documentation Show source 
 

12 downloads
Artifact jstun
Group de.javawi.jstun
Version 0.7.4
Last update 11. May 2017
Organization not specified
URL http://jstun.javawi.de
License Apache License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

dudu-RESP-interpreter from group net.yesdata (version 1.0.4)

REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response. By import net.yesdata.RESP_intepreter.* you can play with RESP with happy. How to format command string to RESP style? String command = "INFO"; IInterpreter intepreter = new DefaultRespInterpreter(); String sentCommand = intepreter.FormatCommand(command); How to read and print RESP style response? IInterpreter intepreter = new DefaultRespInterpreter(); List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody); for(IRespNode n : respNodes) { System.out.println(n.toRespFormatString()); }

Group: net.yesdata Artifact: dudu-RESP-interpreter
Show documentation Show source 
 

0 downloads
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netlib from group org.silvertunnel-ng (version 0.0.5)

SilverTunnel-NG Netlib is a free library for the Java programming language that implements and encapsulates all the complex network protocol stuff needed for anonymous communication over the Tor anonymity network. Netlib can be easily integrated in almost every existing and new Java application. The library requires Java 1.6/Java SE 6 or a newer version. The original silvertunnel Netlib can be found here : silvertunnel.org

Group: org.silvertunnel-ng Artifact: netlib
Show all versions Show documentation Show source 
 

29 downloads
Artifact netlib
Group org.silvertunnel-ng
Version 0.0.5
Last update 05. March 2016
Organization not specified
URL https://silvertunnel-ng.org
License not specified
Dependencies amount 8
Dependencies org.apache.httpcomponents.httpcore, httpclient, httpclient-android, httpmime, prov, pkix, slf4j-api, android-support,
There are maybe transitive dependencies!

stubby4j from group by.stub (version 3.3.0)

A highly flexible & configurable tool for testing interactions of SOA applications with web services (REST, SOAP, WSDL etc.) over HTTP(S) protocol. It is an actual HTTP server (stubby4j uses embedded Jetty) that acts like a real web service, ready for consumption by your code. Allows stubbing of external systems with ease for integration testing

Group: by.stub Artifact: stubby4j
Show all versions Show documentation Show source 
 

3 downloads
Artifact stubby4j
Group by.stub
Version 3.3.0
Last update 03. November 2015
Organization not specified
URL https://github.com/azagniotov/stubby4j
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jsonassert, jetty-server, commons-cli, xmlunit, snakeyaml, jetty-servlets,
There are maybe transitive dependencies!



Page 338 from 352 (items total 3516)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy