Download JAR files tagged by thread with all dependencies
truezip-path from group de.schlichtherle.truezip (version 7.7.10)
This module provides the TPath class for uniform, transparent,
thread-safe, read/write access to archive files as if they were just
plain directories in a file system path.
It also provides the TFileSystemProvider class to implement a file
system provider for the NIO.2 API (JSR 203) in JSE 7.
Group: de.schlichtherle.truezip Artifact: truezip-path
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact truezip-path
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies truezip-file, truezip-kernel,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies truezip-file, truezip-kernel,
There are maybe transitive dependencies!
truezip-file from group de.schlichtherle.truezip (version 7.7.10)
This module provides the TFile* classes
for simple, uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories in a file system path.
This module also provides Swing GUI classes for viewing file trees
and choosing entries in archive files.
Group: de.schlichtherle.truezip Artifact: truezip-file
Show all versions Show documentation Show source
Show all versions Show documentation Show source
18 downloads
Artifact truezip-file
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-kernel, truezip-kernel, jemmy,
There are maybe transitive dependencies!
Group de.schlichtherle.truezip
Version 7.7.10
Last update 07. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies truezip-kernel, truezip-kernel, jemmy,
There are maybe transitive dependencies!
perf-jdbc from group com.alterioncorp (version 1.1)
Wrapper JDBC driver that monitors time spent inside JDBC code by thread.
JDBC driver URL:
jdbc:alterion:perf://class=<TARGET_DRIVER_CLASS>|url=<TARGET_JDBC_URL>
To get the time in millis spent inside JDBC for thread:
StopWatch.getTime()
0 downloads
Artifact perf-jdbc
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/perf-jdbc
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/perf-jdbc
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
cloner from group com.github.manishahluwalia (version 0.0.1)
A thread-safe scheme to:
- Make deep or shallow clones of objects. Based on either annotations or configuration
- Allow for subsets of fields to selectively be copied / or not copied depending on runtime constraints
- Optimizations for copying for GWT RPC
Artifact cloner
Group com.github.manishahluwalia
Version 0.0.1
Last update 12. January 2015
Organization not specified
URL https://github.com/manishahluwalia/${project.artifactId}
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.manishahluwalia
Version 0.0.1
Last update 12. January 2015
Organization not specified
URL https://github.com/manishahluwalia/${project.artifactId}
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
JRIEngine from group com.github.lucarosellini.rJava (version 0.9-7)
JRI is a Java/R Interface, which allows to run R inside Java applications as a single thread. Basically it loads R dynamic library into Java and provides a Java API to R functionality. It supports both simple calls to R functions and a full running REPL.
45 downloads
Artifact JRIEngine
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/Rserve/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 2
Dependencies JRI, REngine,
There are maybe transitive dependencies!
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/Rserve/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 2
Dependencies JRI, REngine,
There are maybe transitive dependencies!
JRI from group com.github.lucarosellini.rJava (version 0.9-7)
JRI is a Java/R Interface, which allows to run R inside Java applications as a single thread. Basically it loads R dynamic library into Java and provides a Java API to R functionality. It supports both simple calls to R functions and a full running REPL.
Artifact JRI
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/JRI/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/JRI/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jexbox-core from group com.jexbox.connector (version 0.0.1)
parallel-queries from group com.alexkasko.springjdbc (version 1.2.3)
Processes given SQL query in parallel in multiple data sources (assuming that all data source
contain the same data). Combined results from multiple queries are exposed to application as
java.util.Iterator. Worker thread use spring's JdbcTemplate with named parameters support.
Group: com.alexkasko.springjdbc Artifact: parallel-queries
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact parallel-queries
Group com.alexkasko.springjdbc
Version 1.2.3
Last update 26. March 2013
Organization not specified
URL https://github.com/alexkasko/parallel-queries
License Apache License 2.0
Dependencies amount 2
Dependencies spring-jdbc, guava,
There are maybe transitive dependencies!
Group com.alexkasko.springjdbc
Version 1.2.3
Last update 26. March 2013
Organization not specified
URL https://github.com/alexkasko/parallel-queries
License Apache License 2.0
Dependencies amount 2
Dependencies spring-jdbc, guava,
There are maybe transitive dependencies!
patterntesting-concurrent from group net.sf.patterntesting (version 0.9.9)
PatternTesting Concurrent (patterntesting-concurrent) is a collection
of useful thread aspects. It has support for testing, for
sychnronization and for concurrent programming.
Some of the ideas used in this library comes from reading
Brian Goetz's book "Java Concurrency in Practice".
0 downloads
Artifact patterntesting-concurrent
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/concurrent/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/concurrent/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!
eventbus from group d-haven-eventbus (version 1.0)
0 downloads
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
Page 55 from 62 (items total 616)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy