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

Download JAR files tagged by cross with all dependencies

Search JAR files by class name

rfb-server from group com.sshtools (version 3.0.1)

Remote Frame Buffer (VNC Server) implementation. This is the base module if you want to create a VNC server. It takes a layered driver approach to add native specific features (which is recommened as the cross-platform default "Robot" driver is very slow). See the vncserver module for a concrete server implementation that has some native performance improvements for some platforms.

Group: com.sshtools Artifact: rfb-server
Show all versions Show documentation Show source 
 

1 downloads
Artifact rfb-server
Group com.sshtools
Version 3.0.1
Last update 28. September 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jzlib, rfb-common, slf4j-api,
There are maybe transitive dependencies!

jwebmp-blueimp-fileupload from group com.jwebmp (version 0.66.0.1)

File Upload widget with multiple file selection, drag and drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

Group: com.jwebmp Artifact: jwebmp-blueimp-fileupload
Show all versions Show documentation Show source 
 

0 downloads
Artifact jwebmp-blueimp-fileupload
Group com.jwebmp
Version 0.66.0.1
Last update 10. April 2019
Organization not specified
URL https://github.com/GedMarc/JWebMP-BlueImpFileUpload
License not specified
Dependencies amount 8
Dependencies jwebmp-blueimp-gallery, jwebmp-angularjs, junit-jupiter-api, assertj-core, mockito-core, hamcrest-all, commons-fileupload, tika-core,
There are maybe transitive dependencies!

jwebmp-blueimp-fileupload from group com.jwebmp.jre11 (version 0.62.0.1)

File Upload widget with multiple file selection, drag and drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

Group: com.jwebmp.jre11 Artifact: jwebmp-blueimp-fileupload
Show documentation Show source 
 

0 downloads
Artifact jwebmp-blueimp-fileupload
Group com.jwebmp.jre11
Version 0.62.0.1
Last update 18. November 2018
Organization not specified
URL https://github.com/GedMarc/JWebMP-BlueImpFileUpload
License not specified
Dependencies amount 7
Dependencies jwebmp-blueimp-gallery, junit-jupiter-api, assertj-core, mockito-core, hamcrest-all, commons-fileupload, tika-core,
There are maybe transitive dependencies!

jwebmp-blueimp-fileupload from group com.jwebmp.jre10 (version 0.59.0.14)

File Upload widget with multiple file selection, drag and drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

Group: com.jwebmp.jre10 Artifact: jwebmp-blueimp-fileupload
Show all versions Show documentation Show source 
 

0 downloads
Artifact jwebmp-blueimp-fileupload
Group com.jwebmp.jre10
Version 0.59.0.14
Last update 23. September 2018
Organization not specified
URL https://github.com/GedMarc/JWebMP-BlueImpFileUpload
License not specified
Dependencies amount 13
Dependencies jwebmp-core, guiced-injection, jwebmp-log-master, jwebmp-interception, guiced-servlets, jwebmp-blueimp-gallery, jackson-databind, junit-jupiter-api, assertj-core, mockito-core, hamcrest-all, commons-fileupload, tika-core,
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!

thresholdSelector from group nz.ac.waikato.cms.weka (version 1.0.3)

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

Group: nz.ac.waikato.cms.weka Artifact: thresholdSelector
Show all versions Show documentation Show source 
 

1 downloads
Artifact thresholdSelector
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 25. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/thresholdSelector
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

rtext from group com.fifesoft.rtext (version 2.0.7)

RText is a powerful, cross-platform programmer's text editor written in Java. It is designed to be easy to use, highly customizable and flexible. Part of RText's design is for the source code to be simple, easy to understand, and well documented, so that other programmers can look into its inner-workings and figure out how RText ticks with ease. A good place to start (besides the source code) is the Javadoc for all classes used in the project.

Group: com.fifesoft.rtext Artifact: rtext
Show all versions Show documentation Show source 
 

4 downloads
Artifact rtext
Group com.fifesoft.rtext
Version 2.0.7
Last update 12. June 2013
Organization not specified
URL http://www.fifesoft.com/rtext/
License GNU Lesser General Public License
Dependencies amount 7
Dependencies rsyntaxtextarea, spellchecker, common, autocomplete, languagesupport, rstaui, jtidy,
There are maybe transitive dependencies!

drift from group org.vafer (version 0.1)

Drift can be used to serialize and deserialze objects in a cross language manner. It will generate code based on a grammar and provide hooks for data migrations across different grammar versions. In many ways very similar to Thrift (original code base) and protobuffers. It's focus is serialization and data migration rather than RPC and service implementation though.

Group: org.vafer Artifact: drift
Show documentation Show source 
 

0 downloads
Artifact drift
Group org.vafer
Version 0.1
Last update 29. October 2008
Organization not specified
URL http://vafer.org/projects/drift
License Apache License 2
Dependencies amount 3
Dependencies ant, antlr, stringtemplate,
There are maybe transitive dependencies!

swing-layout from group net.java.dev.swing-layout (version 1.0.2)

Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. * A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders.

Group: net.java.dev.swing-layout Artifact: swing-layout
Show all versions Show documentation Show source 
 

101 downloads
Artifact swing-layout
Group net.java.dev.swing-layout
Version 1.0.2
Last update 26. March 2007
Organization not specified
URL https://swing-layout.dev.java.net/
License Lesser General Public License (LGPL), Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dsexcel from group com.mescius.documents (version 7.1.3)

Group: com.mescius.documents Artifact: dsexcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact dsexcel
Group com.mescius.documents
Version 7.1.3




Page 172 from 175 (items total 1746)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy