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

Download JAR files tagged by repos with all dependencies

Search JAR files by class name

StaticAnalysisConfiguration from group org.e-hoffman.maven (version 1.0.2)

Group: org.e-hoffman.maven Artifact: StaticAnalysisConfiguration
Show all versions 
 

0 downloads
Artifact StaticAnalysisConfiguration
Group org.e-hoffman.maven
Version 1.0.2
Last update 15. November 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

deliver8r-artifact-repo-services from group com.deliver8r (version 0.2.0)

Code and Utilities for interacting with Repositories (currently only Maven repos)

Group: com.deliver8r Artifact: deliver8r-artifact-repo-services
Show all versions Show documentation Show source 
 

0 downloads
Artifact deliver8r-artifact-repo-services
Group com.deliver8r
Version 0.2.0
Last update 16. April 2016
Organization not specified
URL ${ghe.url.base}/${project.artifactId}
License not specified
Dependencies amount 11
Dependencies slf4j-api, aether-api, aether-spi, aether-util, aether-impl, aether-connector-basic, aether-transport-file, aether-transport-http, maven-aether-provider, guice, java-semver,
There are maybe transitive dependencies!

rhino from group com.jolira (version 1.7.3.1)

A version of the Rhino Javascript engine pulled diretly from the Mozialla repos.

Group: com.jolira Artifact: rhino
Show documentation Show source 
 

1 downloads
Artifact rhino
Group com.jolira
Version 1.7.3.1
Last update 27. February 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

batik-js from group org.apache.xmlgraphics (version 1.8)

This is a patched version of Rhino 1.6R5 for use by Batik. See http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/lib/README.js.txt for details of the patch.

Group: org.apache.xmlgraphics Artifact: batik-js
Show all versions 
 

0 downloads
Artifact batik-js
Group org.apache.xmlgraphics
Version 1.8
Last update 11. May 2015
Organization Apache Software Foundation
URL http://xmlgraphics.apache.org/batik/
License Mozilla Public License version 1.1
Dependencies amount 1
Dependencies xml-apis,
There are maybe transitive dependencies!

p2site-maven-plugin from group de.mhoffrogge.maven (version 1.0.5)

P2 site utility plugin providing the following goals: build-index-html: This goal creates template based index.html files recursively for a P2 update sites. create-composite-xmls: This goal creates P2 composite xml files for upper directories containing multiple P2 update site repos.

Group: de.mhoffrogge.maven Artifact: p2site-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact p2site-maven-plugin
Group de.mhoffrogge.maven
Version 1.0.5
Last update 20. July 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies base-maven-plugins, maven-plugin-annotations, maven-core, commons-lang3, commons-io,
There are maybe transitive dependencies!

mini-git-server-parent from group com.madgag (version 0.4)

mini-git-server - a pure-Java WAR capable of hosting git repos and exposing them with git+ssh. Basically a copy of Gerrit (http://code.google.com/p/gerrit/) - with all the review-related functionality stripped away and the dependency on a database removed (making it entirely filesystem based). I use it for integration-testing my git client.

Group: com.madgag Artifact: mini-git-server-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mini-git-server-parent
Group com.madgag
Version 0.4
Last update 19. April 2011
Organization not specified
URL https://github.com/rtyley/mini-git-server
License Apache License, 2.0
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!

geokey from group io.github.markrileybot (version 0.1.0)

# geokey K Dimensional Z-Order curve utils. [![Build Status](https://travis-ci.org/markrileybot/geokey.svg?branch=master)](https://travis-ci.org/markrileybot/geokey) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/geokey/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/geokey?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) ## Building ./gradlew build ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/geokey/ ## Using ### Use built in keys to make geohashes ```java import org.geokey.GeoKey; // Make a geo hash key String key = new GeoKey().setLatitude(48.669).setLongitude(-4.329).toString(); // "gbsuv7ztqzpts82uzfwq5e1bp" // parse a geo hash key GeoKey gk = new GeoKey("gbsuv7ztqzpts82uzfwq5e1bp"); ``` ### Make a special purpose K-Dimensional key ```java public class GeoTimeKey extends KDKey { private static final KDKeySpec spec = new KDKeySpec.Builder() .addDim(-180, 180, 1) .addDim(-90, 90, 1) .addDim(0, 1L << 62, 1) .setAlphabet(Alphabet.GEO_TIME_HASH) .build(); public GeoTimeKey() { super(spec); } public GeoTimeKey(String s) { super(spec, s); } public GeoTimeKey(byte[] s) { super(spec, s); } public GeoTimeKey setLatitude(double latitude) { set(1, latitude); return this; } public double getLatitude() { return super.get(1); } public GeoTimeKey setLongitude(double longitude) { set(0, longitude); return this; } public double getLongitude() { return super.get(0); } public GeoTimeKey setTime(long time) { set(2, time); return this; } public long getTime() { return (long) get(2); } } ```

Group: io.github.markrileybot Artifact: geokey
Show all versions Show documentation Show source 
 

0 downloads
Artifact geokey
Group io.github.markrileybot
Version 0.1.0
Last update 20. June 2022
Organization not specified
URL https://github.com/markrileybot/geokey
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsgen from group com.github.jochenw (version 1.2)

Jsgen is a Java Source Generation Framework: That means, it should be a valuable tool, if you intend to write a custom generator for Java sources. As such, it is the successor of a previous framework, called JaxMeJS (http://jaxme.sourceforge.net/JaxMeJS/docs/index.html). The predecessor came into being as a standalone project. It was incorporated into the bigger JaxMe project, when the latter was adopted by the Apache Webservices project. And it was buried as part of the bigger project, when the latter was moved to the Apache Attic (http://svn.apache.org/repos/asf/webservices/archive/jaxme/). That was fine for quite some time, because the latest released version (JaxMeJS 0.5.2) did its job quite well. Over the years, however, the Java language has evolved, and the lack of support for features like Generics, or Annotations, became a burden. Hence the Successor: Jsgen picks up, where JaxMeJS ended. It is, however, a complete rewrite with several additional features, that the author considers to be important for modern Java applications: 1. It supports Generics. 2. It supports Annotations. 3. The builder pattern has been adopted. Almost all important classes are implemented as builders. This should make writing the actual source generators much more concise, and maintainable, than it used to be before. 4. The code style is configurable. Code styles allow you to concentrate on the actual work. The resulting Jave source will look nicely formatted, anyways. As of this writing, you can select between two builtin code styles: - The default code style is basically the authors personal free style, roughly comparable to the default code style of the Eclipse Java IDE. - As an alternative, there is also a Maven code style, which is widely used in the Open Source communities. Compared to the default style, it is less concise, if not even a bit verbose. On the other hand, it is widely adopted by projects in the vicinity of {{{https://maven.apache.org}Apache Maven}}. 5. Import lists are created, and sorted, automatically.

Group: com.github.jochenw Artifact: jsgen
Show documentation Show source 
 

0 downloads
Artifact jsgen
Group com.github.jochenw
Version 1.2
Last update 10. November 2019
Organization not specified
URL https://jochenw.github.io/jsgen
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jsr305,
There are maybe transitive dependencies!



Page 5 from 5 (items total 49)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy