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

Download JAR files tagged by class with all dependencies

Search JAR files by class name

filedialog from group com.github.donmor (version 1.2.1)

The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.

Group: com.github.donmor Artifact: filedialog
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact filedialog
Group com.github.donmor
Version 1.2.1
Last update 02. April 2021
Organization not specified
URL https://github.com/donmor/FileDialog
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

FileDialog from group com.github.donmor (version 1.2.1)

The class FileDialog provides a set of methods to open dialogs for file-operating. It contains a set of static methods opening AlertDialogs to choose files or a directory, and a callback providing a java.io.File array contains files or directory chosen for further usages.

Group: com.github.donmor Artifact: FileDialog
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact FileDialog
Group com.github.donmor
Version 1.2.1
Last update 01. April 2021
Organization not specified
URL https://github.com/donmor/FileDialog
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truevfs-driver-zip-raes from group net.java.truevfs (version 0.14.0)

Provides a file system driver for accessing the RAES encrypted ZIP file format, alias ZIP.RAES or TZP. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: net.java.truevfs Artifact: truevfs-driver-zip-raes
Show all versions Show documentation Show source 
 

0 downloads
Artifact truevfs-driver-zip-raes
Group net.java.truevfs
Version 0.14.0
Last update 30. January 2021
Organization Schlichtherle IT Services
URL http://truevfs.net/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies truevfs-comp-zipdriver,
There are maybe transitive dependencies!

truevfs-ext-pacemaker from group net.java.truevfs (version 0.14.0)

Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Group: net.java.truevfs Artifact: truevfs-ext-pacemaker
Show all versions Show documentation Show source 
 

1 downloads
Artifact truevfs-ext-pacemaker
Group net.java.truevfs
Version 0.14.0
Last update 30. January 2021
Organization Schlichtherle IT Services
URL http://truevfs.net/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies truevfs-comp-jmx,
There are maybe transitive dependencies!

truevfs-driver-sfx from group net.java.truevfs (version 0.14.0)

Provides a file system driver for read-only access to the SelF eXtracting ZIP file format, alias SFX. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: net.java.truevfs Artifact: truevfs-driver-sfx
Show all versions Show documentation Show source 
 

0 downloads
Artifact truevfs-driver-sfx
Group net.java.truevfs
Version 0.14.0
Last update 30. January 2021
Organization Schlichtherle IT Services
URL http://truevfs.net/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies truevfs-comp-zipdriver,
There are maybe transitive dependencies!

truevfs-comp-ibm437 from group net.java.truevfs (version 0.14.0)

Provides the IBM437 character set alias CP437 for use with genuine ZIP files. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: net.java.truevfs Artifact: truevfs-comp-ibm437
Show all versions Show documentation Show source 
 

0 downloads
Artifact truevfs-comp-ibm437
Group net.java.truevfs
Version 0.14.0
Last update 30. January 2021
Organization Schlichtherle IT Services
URL http://truevfs.net/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies annotations, service-wight-annotation,
There are maybe transitive dependencies!

gwt-timer from group org.gwtproject.timer (version 1.0.0-RC1)

A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

Group: org.gwtproject.timer Artifact: gwt-timer
Show documentation Show source 
 

0 downloads
Artifact gwt-timer
Group org.gwtproject.timer
Version 1.0.0-RC1
Last update 02. October 2020
Organization The GWT Project Authors
URL https://github.com/gwtproject/gwt-timer
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies elemental2-dom,
There are maybe transitive dependencies!

shared from group com.sap.research.security.vulas (version 3.1.15)

Contains class definitions shared between the different Vulas modules. They can be classified as follows: Classes for JSON (de)serialization, classes supporting service connectivity, utility classes and classes used to ensure consistency across modules.

Group: com.sap.research.security.vulas Artifact: shared
Show all versions Show documentation Show source 
 

0 downloads
Artifact shared
Group com.sap.research.security.vulas
Version 3.1.15
Last update 24. September 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jackson-core, jackson-databind, jackson-annotations, commons-configuration, commons-collections, packageurl-java,
There are maybe transitive dependencies!

table-view-x from group io.github.quellatalo.fx (version 1.8.0.0)

This package provide a new class TableViewX which is upgraded from TableView. It uses reflection to identify the fields. It helps programmers to generate columns for with minimal efforts. It also includes a built in filter, also used reflection to generate fields and conditions.

Group: io.github.quellatalo.fx Artifact: table-view-x
Show all versions Show documentation Show source 
 

0 downloads
Artifact table-view-x
Group io.github.quellatalo.fx
Version 1.8.0.0
Last update 03. September 2020
Organization not specified
URL https://github.com/quellatalo/table_view_x
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies javafx-controls,
There are maybe transitive dependencies!

unojar-maven-plugin from group org.greening (version 1.5.0)

Unojar maven plugin creates a "fat jar" or "uber jar". It packages dependency jars with a main jar file, and with a specified main class to start, into a ...unojar.jar file. Dependent jars are automatically loaded with the main jar, and main method in the main class is called. This allows an entire application to be released as a single file and run with "java -jar ...unojar.jar".

Group: org.greening Artifact: unojar-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact unojar-maven-plugin
Group org.greening
Version 1.5.0
Last update 22. July 2020
Organization not specified
URL https://github.com/greening/unojar-maven-plugin
License GNU General Public License
Dependencies amount 8
Dependencies slf4j-api, core, commons-io, maven-model, maven-core, maven-plugin-api, maven-artifact, maven-project,
There are maybe transitive dependencies!



Page 239 from 3 (items total 2814)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy