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

Download JAR files tagged by copy with all dependencies

Search JAR files by class name

inetaddresslocator from group javainetlocator (version 2.18)

A Java library to lookup the country code and language from an IP address. It uses a local copy of the WHOIS database to perform fast, accurate lookups of country codes. Useful for log analysis, internationalization, geolocation, etc..

Group: javainetlocator Artifact: inetaddresslocator

 

1 downloads
Artifact inetaddresslocator
Group javainetlocator
Version 2.18
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jaxb2-rich-contract-plugin from group net.codesup.util (version 4.1.0)

Provides a number of plugins for the JAXB (Java API for XML binding) XML-Schema-to-Java compiler (XJC), that enhance the generated source code with various and configurable aspects, like "fluent builder" patterns, generating interface contracts from group and attributeGroup declarations, generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors, selective object graph copying, meta data generation etc.

Group: net.codesup.util Artifact: jaxb2-rich-contract-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact jaxb2-rich-contract-plugin
Group net.codesup.util
Version 4.1.0
Last update 15. April 2024
Organization not specified
URL http://mklemm.github.io/jaxb2-rich-contract-plugin
License not specified
Dependencies amount 2
Dependencies jaxb-plugin-lib, word-wrap,
There are maybe transitive dependencies!

sis-epsg from group org.apache.sis.non-free (version 1.4)

The EPSG geodetic dataset provides definitions for thousands of Coordinate Reference Systems (CRS), together with parameter values for thousands of Coordinate Operations between various pairs of CRS. This 'sis-epsg' module contains the SQL scripts for creating a local copy of EPSG geodetic dataset. EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module with same content. See https://www.epsg.org/ for more information.

Group: org.apache.sis.non-free Artifact: sis-epsg
Show all versions Show documentation 
 

5 downloads
Artifact sis-epsg
Group org.apache.sis.non-free
Version 1.4
Last update 06. October 2023
Organization not specified
URL https://www.epsg.org/
License EPSG terms of use
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

learning-to-rank from group de.julielab (version 2.11.1)

This is a copy of the original RankLib from the Lemur project (https://sourceforge.net/p/lemur/wiki/RankLib/). The copy serves as a possibility to create a Maven artifact uploaded to Maven central since the Lemur project doesn't provide Maven artifacts on central. Additionally, changes have been made to use RankLib more easily as a library from the code of another program. Also, for thread-safety, the static, global feature number counter is not used any more.

Group: de.julielab Artifact: learning-to-rank
Show all versions Show documentation Show source 
 

0 downloads
Artifact learning-to-rank
Group de.julielab
Version 2.11.1
Last update 26. January 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-math3,
There are maybe transitive dependencies!

beige-accandr from group org.beigesoft (version 1.1)

Beigesoft™ Enterprise Information System is a standalone JEE web application that runs on the embedded A-Jetty for Android. Web-Store is included for study and tests purposes, and you are also able to make a full DB copy from a cloud version, and you can make price lists (in different price categories) and export them via CSV files to your customers and POS.

Group: org.beigesoft Artifact: beige-accandr
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-accandr
Group org.beigesoft
Version 1.1
Last update 10. November 2020
Organization not specified
URL https://sites.google.com/site/beigesoftware
License BSD 2-Clause License
Dependencies amount 9
Dependencies beige-accjet, bcprov-jdk15on, bcpkix-jdk15on, a-jetty-base, beige-logging-android, android-mail, android-activation, support-v4, multidex,
There are maybe transitive dependencies!

beige-accjet from group org.beigesoft (version 1.1)

Beigesoft™ Enterprise Information System is standalone JEE web application that runs on embedded A-Jetty. Web-Store is included for study and tests purposes, and you are also able to make full DB copy from cloud version, and you can make price lists (in different price categories) and export it in CSV file to your customers or POS.

Group: org.beigesoft Artifact: beige-accjet
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-accjet
Group org.beigesoft
Version 1.1
Last update 06. November 2020
Organization not specified
URL https://sites.google.com/site/beigesoftware
License BSD 2-Clause License
Dependencies amount 7
Dependencies beige-acc, javax.mail, beige-web-jar, bcprov-jdk15on, bcpkix-jdk15on, a-jetty-swing, sqlite-jdbc,
There are maybe transitive dependencies!

kostaskougios-cloning from group com.dominikcebula.cloning (version 1.10.1.1)

The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectively, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object. This version contains a workaround for Java 8 Lambda Cloning Issue (not a proper solution).

Group: com.dominikcebula.cloning Artifact: kostaskougios-cloning
Show documentation Show source 
 

0 downloads
Artifact kostaskougios-cloning
Group com.dominikcebula.cloning
Version 1.10.1.1
Last update 31. January 2020
Organization not specified
URL https://github.com/dominikcebula/cloning
License Apache License, Version 2.0
Dependencies amount 1
Dependencies objenesis,
There are maybe transitive dependencies!

easystream from group net.sf.jsignature.io-tools (version 1.2.15)

EasyStream is a small set of utilities for dealing with streams (InputStreams and OutputStreams). The aim is to ease the use of pipes when they're required. Main features are: * "Convert" an OutputStream to an InputStream. * Count the number of bytes read or wrote to a given stream. * While reading the data from an InputStream copy it to a supplied OutputStream. * Read the content of an InputStream multiple times or seek to a definite position

Group: net.sf.jsignature.io-tools Artifact: easystream
Show all versions Show documentation Show source 
 

10 downloads
Artifact easystream
Group net.sf.jsignature.io-tools
Version 1.2.15
Last update 22. June 2015
Organization not specified
URL http://io-tools.sourceforge.net/easystream
License The BSD Software License
Dependencies amount 3
Dependencies slf4j-api, slf4j-simple, commons-io,
There are maybe transitive dependencies!

jaxb2-rich-contract-plugin from group com.klemm-scs.util (version 1.5.3)

Provides a number of plugins for the JAXB (Java API for XML binding) XML-Schema-to-Java compiler (XJC), that enhance the generated source code with various and configurable aspects, like "fluent builder" patterns, generating interface contracts from group and attributeGroup declarations, generating JavaBeans(TM) bound and constrained properties, copy methods and -constructors, selective object graph copying, meta data generation etc.

Group: com.klemm-scs.util Artifact: jaxb2-rich-contract-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jaxb2-rich-contract-plugin
Group com.klemm-scs.util
Version 1.5.3
Last update 25. February 2015
Organization not specified
URL http://mklemm.github.io/jaxb2-rich-contract-plugin
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 29 from 37 (items total 362)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy