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

Download JAR files tagged by local with all dependencies

Search JAR files by class name

blade-ui from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: blade-ui
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade-ui
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

blade from group com.backbase.oss (version 4.21.0)

The Backbase Local Application Development Environment (Blade) is a convenience plugin to run WAR files in an embedded Tomcat container. It's specifically tailored to run multiple web applications in a single Tomcat where the startup order is important. All dependencies of type WAR are automatically deployed inside Tomcat. The artifactId of each dependency is used as context path.

Group: com.backbase.oss Artifact: blade
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL https://github.com/Backbase/blade
License Backbase License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

blade-webapp from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: blade-webapp
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact blade-webapp
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jackson-databind, blade-common, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

tests from group com.backbase.oss (version 4.21.0)

Group: com.backbase.oss Artifact: tests
Show all versions 
 

0 downloads
Artifact tests
Group com.backbase.oss
Version 4.21.0
Last update 09. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blade-common, blade-maven-plugin, blade-webapp,
There are maybe transitive dependencies!

org.drools.updatesite from group org.drools (version 7.48.0.Final)

To use this update site locally: - Build the drools project with maven (including the eclipse stuff). - Open Eclipse. - Open the menu "Help", menu item "Install new software..." - Click on the button "Add..." to add a new software site. - Fill in the name "drools local update site" - Click on the button "Local..." and select "droolsjbpm-tools/drools-eclipse/org.drools.updatesite/target/repository/" - Select all the features. Click the buttons "Next" and "Finish".

Group: org.drools Artifact: org.drools.updatesite
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.drools.updatesite
Group org.drools
Version 7.48.0.Final
Last update 12. January 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

aceql-http-client-sdk from group com.aceql (version 5.1)

The AceQL Java Client SDK allows to wrap the AceQL HTTP APIs and eliminate the tedious works of handling communications errors and parsing JSON results. Android and Java Desktop application developers can access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

Group: com.aceql Artifact: aceql-http-client-sdk
Show all versions Show documentation Show source 
 

1 downloads
Artifact aceql-http-client-sdk
Group com.aceql
Version 5.1
Last update 11. November 2020
Organization KawanSoft
URL http://www.aceql.com
License Apache 2.0
Dependencies amount 4
Dependencies commons-io, javax.json, commons-lang3, gson,
There are maybe transitive dependencies!

com.paremus.dosgi.topology.simple from group com.paremus.dosgi (version 1.1.1)

Implements a Remote Service Admin Topology manager using an "eager" promiscuous policy (i.e. import and export everything possible as soon as it is available). Note that this topology manager is still aware of scoping, applying default "local scopes" to exported services and only importing services at the correct local scope.

Group: com.paremus.dosgi Artifact: com.paremus.dosgi.topology.simple
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.paremus.dosgi.topology.simple
Group com.paremus.dosgi
Version 1.1.1
Last update 09. December 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies osgi.core, osgi.cmpn, osgi.annotation, slf4j-api, com.paremus.dosgi.api, com.paremus.license, junit, mockito-core,
There are maybe transitive dependencies!

mmbase-parent from group org.mmbase (version 2.0.1)

MMBase is a Web Content Management System with strong multi media features. MMBase has a large installed base in The Netherlands, and is used by major Dutch broadcasters, publishers, educational institutes, national and local governments. MMBase is written in Java, it is Open Source Software (MPL) and all standards used are as 'open' as possible. The system can be used with all major operating systems, webservers and databases.

Group: org.mmbase Artifact: mmbase-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mmbase-parent
Group org.mmbase
Version 2.0.1
Last update 08. August 2019
Organization MMBase.org
URL http://www.mmbase.org/
License Mozilla 2.0
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!

probabilityCalibrationTrees from group nz.ac.waikato.cms.weka (version 1.0.0)

Provides probability calibration trees (PCTs) for local calibration of class probability estimates. To achieve calibration of a base learner, the PCT class must be used as the meta learner in the CascadeGeneralization class, which is also included in this package. The classifier to be calibrated must be used as the base learner in the CascadeGeneralization class. The CascadeGeneralization class can also be used independently to perform CascadeGeneralization for ensemble learning. The code for PCTs is largely the same as the LMT code for growing logistic model trees. For more details, see the ACML paper on probability calibration trees.

Group: nz.ac.waikato.cms.weka Artifact: probabilityCalibrationTrees
Show documentation Show source 
 

2 downloads
Artifact probabilityCalibrationTrees
Group nz.ac.waikato.cms.weka
Version 1.0.0
Last update 26. November 2017
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/probabilityCalibrationTrees
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 114 from 120 (items total 1195)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy