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

Download JAR files tagged by loads with all dependencies

Search JAR files by class name

quartzdesk-api from group com.quartzdesk (version 5.0.1)

QuartzDesk Public API library required for QuartzDesk Standard and Enterprise edition installations. This library must be placed on the classpath of the Quartz scheduler based application that is managed by QuartzDesk. It is important that this library is loaded by the same classloader that loads the Quartz scheduler API used by the application.

Group: com.quartzdesk Artifact: quartzdesk-api
Show all versions Show documentation Show source 
 

8 downloads
Artifact quartzdesk-api
Group com.quartzdesk
Version 5.0.1
Last update 07. December 2023
Organization not specified
URL https://quartzdesk.com
License QuartzDesk Commercial License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rkernel from group io.github.rb958 (version 1.0.1)

It is a small kernel on which several modules can be grafted in the form of plugins. The kernel communicates with all the modules grafted on it and the modules can communicate with the other modules grafted on the kernel through signals that they emit to the kernel. With this kernel, there is no need to restart the running application just to add new features because the kernel detects and loads any new module.

Group: io.github.rb958 Artifact: rkernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact rkernel
Group io.github.rb958
Version 1.0.1
Last update 16. November 2021
Organization not specified
URL https://github.com/Rb958/rkernel
License The apache licence version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

eurekaclinical-protempa-service from group org.eurekaclinical (version 3.1-Alpha-6)

Eureka Protempa ETL is the backend data processing layer of Eureka! Clinical Analytics. It performs clinical phenotyping using the Protempa software framework. It currently loads data and found phenotypes into an i2b2 project, though ultimately it will support other export formats.

Group: org.eurekaclinical Artifact: eurekaclinical-protempa-service
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact eurekaclinical-protempa-service
Group org.eurekaclinical
Version 3.1-Alpha-6
Last update 16. April 2021
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 18
Dependencies cas-client-core, aiw-i2b2-etl, aiw-omop-etl, aiw-neo4j-etl, protempa-bconfigs-ini4j-ini, protempa-dsb-relationaldb, protempa-dsb-file, poi-ooxml, javautil, commons-csv, commons-io, eureka-client, eurekaclinical-patient-set-client, eurekaclinical-protempa-client, datastore, eurekaclinical-standard-apis, eurekaclinical-common, eurekaclinical-phenotype-client,
There are maybe transitive dependencies!

eureka-protempa-etl from group org.eurekaclinical (version 3.0)

Eureka Protempa ETL is the backend data processing layer of Eureka! Clinical Analytics. It performs clinical phenotyping using the Protempa software framework. It currently loads data and found phenotypes into an i2b2 project, though ultimately it will support other export formats.

Group: org.eurekaclinical Artifact: eureka-protempa-etl
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact eureka-protempa-etl
Group org.eurekaclinical
Version 3.0
Last update 16. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies cas-client-core, eureka-common, aiw-i2b2-etl, aiw-neo4j-etl, protempa-bconfigs-ini4j-ini, protempa-tsb-umls, protempa-dsb-relationaldb, protempa-dsb-file, poi-ooxml, javautil, commons-csv, commons-io, eurekaclinical-patient-set-client,
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.

Group: com.github.lucarosellini.rJava Artifact: JRIEngine
Show documentation Show source 
 

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!

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.

Group: com.github.lucarosellini.rJava Artifact: JRI
Show documentation Show source 
 

19 downloads
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!

shared-ldap-extras-codec from group org.apache.directory.shared (version 1.0.0-M13)

Extra LDAP controls and extended operation extentions for the Codec used by clients and servers. These controls and extended operations are not standard issue. Some are very ApacheDS specific. Some may be from obscure RFC draft specifications. Both ApacheDS and Studio will use these controls as well as clients if the codec loads these extensions.

Group: org.apache.directory.shared Artifact: shared-ldap-extras-codec
Show all versions Show documentation Show source 
 

0 downloads
Artifact shared-ldap-extras-codec
Group org.apache.directory.shared
Version 1.0.0-M13
Last update 08. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies shared-ldap-codec-core, shared-ldap-extras-codec-api,
There are maybe transitive dependencies!

jar-class-loader from group de.scrum-master (version 1.0)

The class loader to load classes, native libraries and resources from the top JAR and from JARs inside the top JAR. The top JAR very often is referred as an executable, standalone or uber JAR. The class loader looks through the hierarchy of JARs and allows nested JARs. The class loader delegates class loading to the parent class loader and successfully loads classes, native libraries and resources when it works not in a JAR environment. Taken from http://www.jdotsoft.com/JarClassLoader.php, see there for more information.

Group: de.scrum-master Artifact: jar-class-loader
Show documentation Show source 
 

6 downloads
Artifact jar-class-loader
Group de.scrum-master
Version 1.0
Last update 04. August 2018
Organization not specified
URL https://github.com/kriegaex/JarClassLoader
License GNU General Public License (GPL) version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jar-dependencies from group rubygems (version 0.3.2)

manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.

Group: rubygems Artifact: jar-dependencies
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jar-dependencies
Group rubygems
Version 0.3.2
Last update 13. April 2016
Organization not specified
URL https://github.com/mkristian/jar-dependencies
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rxtx-rebundled from group de.root1 (version 2.1-7r2-6)

rxtx-rebundled is a slightly modified version of the original rxtx 2.1-7r2. The only difference is: 1) It's a working mavenized library 2) There's just one JAR required. Nothing else. The native libs are bundled with the jar-file. 3) You don't have to care about "java.library.path". This version will on startup extract the correct native libs to system temp folder and loads them automatically. When JVM terminates, temp files will be removed.

Group: de.root1 Artifact: rxtx-rebundled
Show all versions Show documentation Show source 
 

2 downloads
Artifact rxtx-rebundled
Group de.root1
Version 2.1-7r2-6
Last update 09. May 2015
Organization not specified
URL http://dev.root1.de/projects/rxtx-rebundled/
License GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 11 from 12 (items total 114)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy