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

Download JAR files tagged by system with all dependencies

Search JAR files by class name

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!

zay-es from group com.massisframework (version 1.2.1)

Zay-ES (pronounced 'zay us' like Dr. Zaius) is a light weight flexible Entity Component System. Entity Component Systems use a data-oriented design approach that employs composition to build complex applications of systems. Systems are application code the operates on only a subset of the data components of an entity. Zay-ES is a data management library that facilitates these designs. It supports real-time in-memory entity components as well as persistent components, even at the same time.

Group: com.massisframework Artifact: zay-es
Show documentation Show source 
 

4 downloads
Artifact zay-es
Group com.massisframework
Version 1.2.1
Last update 20. December 2016
Organization not specified
URL https://github.com/jMonkeyEngine-Contributions/zay-es
License New BSD (3-clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

proton-tests from group org.apache.qpid (version 0.16.0)

The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively. To run the tests against proton-j, execute: mvn test Example of advanced usage (all of the -D flags are optional): mvn test \ -Dproton.pythontest.pattern='proton_tests.transport.ClientTransportTest.*' \ -Dproton.pythontest.invocations=20 \ -Dproton.pythontest.always_colorize=true

Group: org.apache.qpid Artifact: proton-tests
Show all versions Show source 
 

0 downloads
Artifact proton-tests
Group org.apache.qpid
Version 0.16.0
Last update 08. December 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies proton-j, bcpkix-jdk15on,
There are maybe transitive dependencies!

easymonitor from group cn.easyproject (version 1.5.0-RELEASE)

EasyMonitor is a free open-source Java-based, cross-platform operation monitoring system service components engine framework. Can run as application(EasyMonitor Application), and can be extended as the monitoring engine(EasyMonitor Engine). EasyMonitor provide support for the need to monitor the operating state of the program scene,notification, script execution is equal to function. And all this, just a simple configuration management to complete.

Group: cn.easyproject Artifact: easymonitor
Show all versions Show documentation Show source 
 

0 downloads
Artifact easymonitor
Group cn.easyproject
Version 1.5.0-RELEASE
Last update 21. September 2016
Organization not specified
URL http://easyproject.cn/easymonitor
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies spring-context, spring-aop, spring-context-support, spring-tx, slf4j-log4j12, javax.mail, freemarker, quartz, quartz-jobs,
There are maybe transitive dependencies!

truezip-samples from group de.schlichtherle.truezip (version 7.7.10)

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

Group: de.schlichtherle.truezip Artifact: truezip-samples
Show all versions Show documentation Show source 
 

11 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies truezip-path, truezip-driver-tar, truezip-driver-tzp, truezip-driver-zip,
There are maybe transitive dependencies!

truevfs from group net.java.truevfs (version 0.11.1)

TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

Group: net.java.truevfs Artifact: truevfs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truevfs
Group net.java.truevfs
Version 0.11.1
Last update 07. August 2016
Organization not specified
URL http://truevfs.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truezip-kernel from group de.schlichtherle.truezip (version 7.7.10)

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

Group: de.schlichtherle.truezip Artifact: truezip-kernel
Show all versions Show documentation Show source 
 

8 downloads
Artifact truezip-kernel
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

appneta-maven-plugin from group com.appneta.agent.java (version 1.0.0)

A Maven plugin that installs the AppNeta Java instrumentation agent. Can be used within a pom or directly from command line. The supported goals are "install-agent" and "download-agent". The configuration properties are "agentVersion", "agentLocation" and "agentOperatingSystem"(the last one is only valid for "download-agent" goal), all are optional and may be specified as maven configuration properties or system properties. For other information on our Java agent please visit https://docs.appneta.com/java.

Group: com.appneta.agent.java Artifact: appneta-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact appneta-maven-plugin
Group com.appneta.agent.java
Version 1.0.0
Last update 06. August 2016
Organization not specified
URL https://www.appneta.com/java/
License AppNeta Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

request-logger from group com.alterioncorp (version 1.1)

A servlet filter that logs requests to the log (slf4j) and writes them asynchronously to the DB. RequestLoggerFilter - logs request info to the DB RequestLoggerFilterPerfJdbc - subclass of RequestLoggerFilter that also logs time spent in JDBC using perf-jdbc RequestLoggerFilterPerfmon4J - subclass of RequestLoggerFilter that also logs time spent in JDBC using perfmon4j By default, uses the "java:/comp/env/jdbc/request-logger" data-source to log to. Can be overridden with the "com.alterion.requestlogger.jdbc.datasource-jndi" system-property. DB schemas for MS-SQL and PostgreSQL are in src/main/sql

Group: com.alterioncorp Artifact: request-logger
Show all versions Show documentation Show source 
 

0 downloads
Artifact request-logger
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!

entitybroker-pack from group org.sakaiproject.entitybroker (version 10.7)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-pack
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact entitybroker-pack
Group org.sakaiproject.entitybroker
Version 10.7
Last update 22. April 2016
Organization Sakai Project
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 714 from 745 (items total 7443)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy