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

Download JAR files tagged by through with all dependencies

Search JAR files by class name

native-verifier from group org.jbrew.native (version 0.1.0-beta.1)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features. This library in particular features example usages of the JNI in order to test hardware for usability.

Group: org.jbrew.native Artifact: native-verifier
Show documentation Show source 
 

0 downloads
Artifact native-verifier
Group org.jbrew.native
Version 0.1.0-beta.1
Last update 06. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ogema-fileinstall from group org.ogema.tools (version 2.2.1)

Bundle with a synchronous activator which will install OGEMA resources from XML (.ogx) or JSON (.ogj) files located in config/resources (default). This requires a running OGEMA framework when the bundle is started and enables the installation of basic resources before other applications are activated. Also adds a service for felix fileinstall that will install such resource files. Files installed through fileinstall will be reinstalled when they are updated or when a newer version of an installed file is found after a restart (using the file's last modification timestamp). Files installed from the configuration directory will only be reinstalled on a restart, if they have been changed.

Group: org.ogema.tools Artifact: ogema-fileinstall
Show all versions Show documentation Show source 
 

0 downloads
Artifact ogema-fileinstall
Group org.ogema.tools
Version 2.2.1
Last update 06. December 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies org.osgi.core, org.osgi.compendium, org.apache.felix.fileinstall, api, models,
There are maybe transitive dependencies!

portofino-atmosphere from group com.manydesigns (version 5.0.3)

Group: com.manydesigns Artifact: portofino-atmosphere
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-atmosphere
Group com.manydesigns
Version 5.0.3
Last update 25. September 2019
Organization not specified
URL http://www.manydesigns.com/
License not specified
Dependencies amount 3
Dependencies portofino-core, atmosphere-runtime, atmosphere-javascript,
There are maybe transitive dependencies!

portofino-h2 from group com.manydesigns (version 5.0.3)

Group: com.manydesigns Artifact: portofino-h2
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-h2
Group com.manydesigns
Version 5.0.3
Last update 25. September 2019
Organization not specified
URL http://www.manydesigns.com/
License not specified
Dependencies amount 1
Dependencies portofino-database,
There are maybe transitive dependencies!

ijp-toolkit_2.11 from group net.sf.ij-plugins (version 2.1.2)

<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>

Group: net.sf.ij-plugins Artifact: ijp-toolkit_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact ijp-toolkit_2.11
Group net.sf.ij-plugins
Version 2.1.2
Last update 17. September 2019
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!

ijp-toolkit_2.10 from group net.sf.ij-plugins (version 2.1.2)

<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>

Group: net.sf.ij-plugins Artifact: ijp-toolkit_2.10
Show all versions Show documentation Show source 
 

1 downloads
Artifact ijp-toolkit_2.10
Group net.sf.ij-plugins
Version 2.1.2
Last update 17. September 2019
Organization net.sf.ij-plugins
URL https://ij-plugins.sf.net
License LGPL-2.1
Dependencies amount 4
Dependencies scala-library, commons-math3, jgoodies-binding, ij,
There are maybe transitive dependencies!

beigesoft-webcrud from group org.beigesoft (version 1.1.8)

This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL. It renders forms and lists of any entity according XML settings (Beige-Settings). Database logic is handled by Beige-ORM. It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured. Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar, slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR. Beigesoft-Accounting-Web extends it into very complex business application.

Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!

box from group edu.byu.hbll.box (version 1.3.5)

Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.

Group: edu.byu.hbll.box Artifact: box
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact box
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL https://bitbucket.org/byuhbll/box
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

box-web from group edu.byu.hbll.box (version 1.3.5)

Group: edu.byu.hbll.box Artifact: box-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact box-web
Group edu.byu.hbll.box
Version 1.3.5
Last update 21. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies box-core, stats,
There are maybe transitive dependencies!

hprose-java from group org.hprose (version 2.0.38)

Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system. Hprose supports many programming languages, for example: * AAuto Quicker * ActionScript * ASP * C++ * Dart * Delphi/Free Pascal * dotNET(C#, Visual Basic...) * Golang * Java * JavaScript * Node.js * Objective-C * Perl * PHP * Python * Ruby * ... Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages. This project is the implementation of Hprose for Java.

Group: org.hprose Artifact: hprose-java
Show all versions Show documentation Show source 
 

3 downloads
Artifact hprose-java
Group org.hprose
Version 2.0.38
Last update 23. April 2018
Organization not specified
URL https://github.com/hprose/hprose-java
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 152 from 162 (items total 1617)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy