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

Download JAR files tagged by time with all dependencies

Search JAR files by class name

javolution from group javolution (version 5.5.1)

Javolution - Java Solution for Real-Time and Embedded Systems. This project uses template classes to generates java code for various versions of the Java run-time (e.g. J2ME, 1.4, GCJ, 1.5). The default maven compilation builds OSGI bundle for Java 1.5+ (parameterized classes). For others targets the ant script should be used directly (e.g. "ant j2me").

Group: javolution Artifact: javolution
Show all versions Show source 
 

18 downloads
Artifact javolution
Group javolution
Version 5.5.1
Last update 20. May 2010
Organization Javolution
URL http://javolution.org
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmcnet-libCommun from group com.googlecode.jmcnet (version 1.8)

This project aim's to provide J2EE reusable components : - flex integration : FlexAcegiLoginCommand, ServiceLoggerPresentation, SpringFactory, - FOP formatter : FopFormatter, - Spring and Acegi for JUnit : SpringBaseTestCase, AcegiBaseTestCase, - Servlet : RedirectDisconnectedSessionFilter, - utilit classes : ConvertCharset, CriptoUtilit, FileData, FormatUtilit, Time, TimeHHMM, TimeHHMMSS, - Expression parser et evaluator : see jmcnet.libcommun.utilit.evaluator, - Mail utilit : see jmcnet.libcommun.utilit.mail

Group: com.googlecode.jmcnet Artifact: jmcnet-libCommun

 

0 downloads
Artifact jmcnet-libCommun
Group com.googlecode.jmcnet
Version 1.8
Last update 06. April 2010
Organization not specified
URL http://code.google.com/p/jmcnet/
License The JMCNet LibCommun Project
Dependencies amount 1
Dependencies utils,
There are maybe transitive dependencies!

patterntesting-check-ct from group net.sf.patterntesting (version 0.9.9)

PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing. The checks are done during compile time (this is the "CT" in Check.CT").

Group: net.sf.patterntesting Artifact: patterntesting-check-ct
Show all versions Show source 
 

0 downloads
Artifact patterntesting-check-ct
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/check/ct/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nekopull from group org.cyberneko.pull (version 0.2.4)

NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the Document Object Model (DOM) and event stream APIs like the Simple API for XML (SAX) in that the application controls the parsing of documents. NekoPull is similar to lex in that the application requests, or pulls, the document information one piece at a time instead of having document information pushed to the application.

Group: org.cyberneko.pull Artifact: nekopull
Show documentation Show source 
 

1 downloads
Artifact nekopull
Group org.cyberneko.pull
Version 0.2.4
Last update 19. May 2009
Organization not specified
URL http://people.apache.org/~andyc/neko/doc/pull/index.html
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

excalibur-datasource from group org.apache.excalibur.components (version 2.2.2)

Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose, since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.

Group: org.apache.excalibur.components Artifact: excalibur-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact excalibur-datasource
Group org.apache.excalibur.components
Version 2.2.2
Last update 29. April 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies avalon-framework-impl, avalon-framework-api, excalibur-pool-api, excalibur-pool-instrumented,
There are maybe transitive dependencies!

excalibur-datasource from group excalibur-datasource (version 2.1)

Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose--since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.

Group: excalibur-datasource Artifact: excalibur-datasource
Show all versions 
 

0 downloads
Artifact excalibur-datasource
Group excalibur-datasource
Version 2.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 16
Dependencies hsqldb, avalon-framework-api, avalon-framework-impl, avalon-logkit, excalibur-instrument-api, excalibur-pool-api, excalibur-pool-impl, excalibur-pool-instrumented, commons-collections, concurrent, excalibur-testcase, excalibur-component, excalibur-logger, excalibur-fortress-container-api, excalibur-fortress-meta, qdox,
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!

evita_external_api from group io.evitadb (version 2024.5.1)

Group: io.evitadb Artifact: evita_external_api
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_external_api
Group io.evitadb
Version 2024.5.1


evita_root from group io.evitadb (version 2024.5.1)

Group: io.evitadb Artifact: evita_root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_root
Group io.evitadb
Version 2024.5.1


evita_store from group io.evitadb (version 2024.5.1)

Group: io.evitadb Artifact: evita_store
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_store
Group io.evitadb
Version 2024.5.1




Page 346 from 368 (items total 3673)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy