Download JAR files tagged by file with all dependencies
logman-lib from group com.raelity.logman (version 2.3.1)
Easy to install library for adding dynamic display,
control and configuration of java.util.logging to
any swing based application.
Useful for debugging apps in production situations;
can interactively configure logging
while an application is running
including adding a handler to save logging output to a file.
Changes made to an application's default/startup logging
can be saved and automatically applied at startup.
LogMan "single" library package for use in swing apps. The jar can
be executed, "java -jar xxx", for a demo of the library.
See com.raelity.logman.demo.Main for an example of adding the
library to a swing app.
0 downloads
Artifact logman-lib
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-lib
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, logman-demo, simplevalidation-standalone, org-netbeans-swing-outline,
There are maybe transitive dependencies!
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-lib
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, logman-demo, simplevalidation-standalone, org-netbeans-swing-outline,
There are maybe transitive dependencies!
autocomplete from group com.fifesoft (version 3.3.1)
AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or
"Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since
this feature is commonly needed when editing source code. Features include: Drop-down completion
choice list. Optional companion "description" window, complete with full HTML support and navigable
with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and
NetBeans. Completion information is typically specified in an XML file, but can even be dynamic.
115 downloads
Artifact autocomplete
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL http://www.fifesoft.com/rsyntaxtextarea
License GNU Lesser General Public License
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!
Group com.fifesoft
Version 3.3.1
Last update 14. January 2023
Organization not specified
URL http://www.fifesoft.com/rsyntaxtextarea
License GNU Lesser General Public License
Dependencies amount 1
Dependencies rsyntaxtextarea,
There are maybe transitive dependencies!
pdf2dom from group net.sf.cssbox (version 2.0.3)
Pdf2Dom is a PDF parser that converts the documents to a HTML DOM representation. The obtained DOM tree may be then serialized to a HTML file or further processed. The inline CSS definitions contained in the resulting document are used for making the HTML page as similar as possible to the PDF input. A command-line utility for converting the PDF documents to HTML is included in the distribution package. Pdf2Dom may be also used as an independent Java library with a standard DOM interface for your DOM-based applications or as an alternative parser for the CSSBox rendering engine in order to add the PDF processing capability to CSSBox.
330 downloads
Artifact pdf2dom
Group net.sf.cssbox
Version 2.0.3
Last update 17. October 2022
Organization not specified
URL http://cssbox.sourceforge.net/pdf2dom
License GNU Lesser General Public License 3.0
Dependencies amount 4
Dependencies cssbox, pdfbox, FontVerter, commons-io,
There are maybe transitive dependencies!
Group net.sf.cssbox
Version 2.0.3
Last update 17. October 2022
Organization not specified
URL http://cssbox.sourceforge.net/pdf2dom
License GNU Lesser General Public License 3.0
Dependencies amount 4
Dependencies cssbox, pdfbox, FontVerter, commons-io,
There are maybe transitive dependencies!
attribution-maven-plugin from group com.github.jinnovations (version 0.9.9)
The Attribution Maven Plugin is a tool for producing information about a project's dependencies, in a way that can be consumed by external reporting tools. It currently leverages the Maven Project Info Reports Plugin (https://maven.apache.org/components/plugins/maven-project-info-reports-plugin/) to obtain all of a project's data, and then output the information to an XML file, such as: target/attribution.xml.
This plugin came from the need to get some of the same information produced by the Maven Project Info Reports Plugin, and have it ready to be consumed by tools which may require input in a certain format, such as a CSV. By producing an attribution XML file, scripts can be created to translate the data into these other consumable formats.
Group: com.github.jinnovations Artifact: attribution-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact attribution-maven-plugin
Group com.github.jinnovations
Version 0.9.9
Last update 06. September 2022
Organization jInnovations
URL https://github.com/jinnovations/attribution-maven-plugin
License MIT License
Dependencies amount 8
Dependencies maven-plugin-api, maven-core, maven-compat, plexus-component-annotations, maven-project-info-reports-plugin, commons-csv, simple-xml, freemarker,
There are maybe transitive dependencies!
Group com.github.jinnovations
Version 0.9.9
Last update 06. September 2022
Organization jInnovations
URL https://github.com/jinnovations/attribution-maven-plugin
License MIT License
Dependencies amount 8
Dependencies maven-plugin-api, maven-core, maven-compat, plexus-component-annotations, maven-project-info-reports-plugin, commons-csv, simple-xml, freemarker,
There are maybe transitive dependencies!
appoptics-agent from group com.appoptics.agent.java (version 6.24.3)
The AppOptics Java instrumentation agent jar file. This artifact provides a convenient way to download the agent jar from public Maven repository. Please take note that this should NOT be included as a part of the project dependencies. Rather, this artifact should be integrated into the build process by using extra step such as the "copy" goal of "maven-dependency-plugin". For more information, please refer to https://docs.appoptics.com/kb/apm_tracing/java/install/#getting-the-agent-jar
Group: com.appoptics.agent.java Artifact: appoptics-agent
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact appoptics-agent
Group com.appoptics.agent.java
Version 6.24.3
Last update 05. May 2022
Organization not specified
URL https://www.appoptics.com/
License AppOptics Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.appoptics.agent.java
Version 6.24.3
Last update 05. May 2022
Organization not specified
URL https://www.appoptics.com/
License AppOptics Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
zello-channel-sdk from group com.zello (version 0.5.2)
The Zello Channels SDK allows you to integrate Zello push-to-talk into your own application. The SDK communicates with a Zello server over a web socket connection using a JSON-based protocol, and offers a simple API to send and receive audio, images, and text over Zello channels. Supported features include: Send voice messages from the device microphone Play incoming voice messages through the device speaker Send voice messages from your own audio code, e.g. from a file Receive voice message data with your own audio code with optional pass-through to the device speaker Send and recieve text messages Send and receive images Send the device's current location, and receive location messages from other users The protocol specification is also available if you prefer to develop your own client in-house.
Group: com.zello Artifact: zello-channel-sdk
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zello-channel-sdk
Group com.zello
Version 0.5.2
Last update 29. April 2021
Organization not specified
URL https://github.com/zelloptt/zello-channel-api/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.zello
Version 0.5.2
Last update 29. April 2021
Organization not specified
URL https://github.com/zelloptt/zello-channel-api/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
st-pmki-connector from group it.uniroma2.art.semanticturkey (version 9.1)
Group: it.uniroma2.art.semanticturkey Artifact: st-pmki-connector
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact st-pmki-connector
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies st-core-framework, st-metadata-registry-core,
There are maybe transitive dependencies!
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies st-core-framework, st-metadata-registry-core,
There are maybe transitive dependencies!
st-euodp-connector from group it.uniroma2.art.semanticturkey (version 9.1)
Group: it.uniroma2.art.semanticturkey Artifact: st-euodp-connector
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact st-euodp-connector
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-core-framework,
There are maybe transitive dependencies!
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-core-framework,
There are maybe transitive dependencies!
application-properties from group com.lyders (version 1.2.1)
This ApplicationProperties Java package provides a fast and easily configurable application.properties loader
that mimics some key features of the Spring Boot application.properties loader. This package allows for
multi-level overloading of properties based on a basename and optional suffix by searching the classpath,
optional configurable file paths along with the JNDI server container context.
The class
[ApplicationPropertiesConfig](src/main/java/com/lyders/application-properties/ApplicationPropertiesConfig.java)
controls the features of the overloading of properties such as the base name of the properties file, an optional
suffix that allows for the loading of environment-specific or scenario-specific property files as needed.
The following features are supported:
* Names of properties files can be customized
* Locations of properties files can be customized. The following path types are supported:
* class path
* file system paths
* JNDI environment naming context (e.g., Servlet/JSP running under Tomcat)
* Environment-specific property files can override the values in default properties files via a "suffix"
0 downloads
Artifact application-properties
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!
babylon-maven-plugin from group one.edee (version 2.0.0)
Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip
consisting of two phases: export phase and import phase. In the export phase the messages are written to a
Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase,
the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated
messages are used to update the respective translation property files. Also, the state of the translation,
snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin
or as a standalone console application.
Artifact babylon-maven-plugin
Group one.edee
Version 2.0.0
Last update 12. January 2021
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 11
Dependencies spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group one.edee
Version 2.0.0
Last update 12. January 2021
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 11
Dependencies spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Page 594 from 3 (items total 6069)