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

Download JAR files tagged by file with all dependencies

Search JAR files by class name

antenna from group net.sf.antenna (version 1.0.2)

The project provides a set of Ant tasks for developing J2ME/MIDP applications based on the J2ME Wireless Toolkit. The new tasks allow for compilation, preverification, packaging, and obfuscation of a MIDlet suite as well as for making a PalmOS PRC file.

Group: net.sf.antenna Artifact: antenna
Show all versions Show source 
 

0 downloads
Artifact antenna
Group net.sf.antenna
Version 1.0.2
Last update 09. July 2008
Organization not specified
URL http://antenna.sourceforge.net/
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-jdepend-plugin from group maven (version 1.6.1)

JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.

Group: maven Artifact: maven-jdepend-plugin
Show all versions 
 

0 downloads
Artifact maven-jdepend-plugin
Group maven
Version 1.6.1
Last update 06. November 2006
Organization Apache Software Foundation
URL http://maven.apache.org/maven-1.x/plugins/jdepend/
License not specified
Dependencies amount 5
Dependencies commons-jelly-tags-jsl, commons-jelly-tags-xml, jdepend, xmlParserAPIs, xercesImpl,
There are maybe transitive dependencies!

payload from group payload (version 0.5)

Payload is a tool to create self-extracting jars. It begins by contracting a series of files into the new target jar, then that jar may be self-executed, ie) java -jar or double-clicking, to unpack it. In addition a .properties file may be provided which specifies search and replace operations to perform on unpacked files.

Group: payload Artifact: payload
Show all versions Show documentation Show source 
 

0 downloads
Artifact payload
Group payload
Version 0.5
Last update 24. November 2005
Organization OSJava
URL http://www.osjava.org/payload/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

krausening-root from group org.technologybrewery.krausening (version 20)

Krausening is a library that allows for the externalization of property and configuration files from deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing the need to hack apart or rebuild the package to support property file modification.

Group: org.technologybrewery.krausening Artifact: krausening-root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact krausening-root
Group org.technologybrewery.krausening
Version 20
Last update 19. September 2024
Organization not specified
URL https://github.com/TechnologyBrewery/krausening
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

flow-server-production-mode from group com.vaadin (version 24.4.8)

This is a wrapper project for the web-fragment.xml file that sets productionMode=true. When this jar is added to the classpath of a web application, it will run in production mode automatically. This is better used in conjunction with the compilation and minification of resources for production deployment. See the documentation about ES5 compilation and resource minification at https://vaadin.com/docs/v10/flow/web-components/tutorial-webcomponents-es5.html for more information.

Group: com.vaadin Artifact: flow-server-production-mode
Show all versions Show source 
 

1 downloads
Artifact flow-server-production-mode
Group com.vaadin
Version 24.4.8
Last update 12. September 2024
Organization not specified
URL Not specified
License Apache License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biojava-ontology from group org.biojava (version 7.1.3)

Group: org.biojava Artifact: biojava-ontology
Show all versions Show documentation Show source 
 

1 downloads
Artifact biojava-ontology
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization not specified
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 4
Dependencies slf4j-api, log4j-slf4j2-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

biojava-survival from group org.biojava (version 7.1.3)

Group: org.biojava Artifact: biojava-survival
Show all versions Show documentation Show source 
 

1 downloads
Artifact biojava-survival
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization not specified
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 5
Dependencies commons-math, slf4j-api, log4j-slf4j2-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

biojava-structure-gui from group org.biojava (version 7.1.3)

Group: org.biojava Artifact: biojava-structure-gui
Show all versions Show documentation Show source 
 

8 downloads
Artifact biojava-structure-gui
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization not specified
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 8
Dependencies biojava-structure, biojava-core, jmol, slf4j-api, log4j-slf4j2-impl, log4j-api, log4j-core, jcolorbrewer,
There are maybe transitive dependencies!

biojava from group org.biojava (version 7.1.3)

BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.

Group: org.biojava Artifact: biojava
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact biojava
Group org.biojava
Version 7.1.3
Last update 06. September 2024
Organization BioJava
URL https://www.biojava.org
License GNU LGPL v2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 555 from 3 (items total 6046)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy