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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

datetime from group org.pojava (version 3.0.2)

POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed.

Group: org.pojava Artifact: datetime
Show all versions Show documentation Show source 
 

13 downloads
Artifact datetime
Group org.pojava
Version 3.0.2
Last update 04. June 2015
Organization not specified
URL http://www.pojava.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-types from group net.florianschoppmann.java (version 1.0.1)

Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core Java Reflection API, akin to JEP 119. This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods have no equivalent in the Java Reflection API. The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model implementation. The abstraction makes this module well-suited to be used in projects that contain javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of the JVM).

Group: net.florianschoppmann.java Artifact: java-types
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-types
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

reflectutils from group org.azeckoski (version 0.9.20)

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Group: org.azeckoski Artifact: reflectutils
Show documentation Show source 
 

4 downloads
Artifact reflectutils
Group org.azeckoski
Version 0.9.20
Last update 19. April 2015
Organization not specified
URL http://code.google.com/p/reflectutils/
License Apache License 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

javacl from group com.nativelibs4java (version 1.0.0-RC4)

JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Group: com.nativelibs4java Artifact: javacl
Show all versions Show documentation Show source 
 

16 downloads
Artifact javacl
Group com.nativelibs4java
Version 1.0.0-RC4
Last update 08. March 2015
Organization not specified
URL http://code.google.com/p/javacl/
License not specified
Dependencies amount 1
Dependencies javacl-core,
There are maybe transitive dependencies!

javacl-core from group com.nativelibs4java (version 1.0.0-RC4)

JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Group: com.nativelibs4java Artifact: javacl-core
Show all versions Show documentation Show source 
 

2 downloads
Artifact javacl-core
Group com.nativelibs4java
Version 1.0.0-RC4
Last update 08. March 2015
Organization not specified
URL http://code.google.com/p/javacl/
License not specified
Dependencies amount 2
Dependencies opencl4java, nativelibs4java-utils,
There are maybe transitive dependencies!

opencl4java from group com.nativelibs4java (version 1.0.0-RC4)

OpenCL4Java is a thin Java wrapper around OpenCL's C API. It uses JNA as its interop layer library, which means it works on all of the (many) JNA-supported platforms (see http://jna.dev.java.net/). It is autogenerated by JNAerator (http://jnaerator.googlecode.com/), so updates to newer OpenCL specs are a matter of seconds. Note that OpenCL4Java is used by JavaCL, an Object-Oriented API that presents OpenCL in a much more practical, powerful and idiomatic way to Java. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Group: com.nativelibs4java Artifact: opencl4java
Show all versions Show documentation Show source 
 

5 downloads
Artifact opencl4java
Group com.nativelibs4java
Version 1.0.0-RC4
Last update 08. March 2015
Organization not specified
URL http://code.google.com/p/nativelibs4java/wiki/OpenCL
License not specified
Dependencies amount 1
Dependencies bridj,
There are maybe transitive dependencies!

big-map_2.9 from group com.avast (version 1.0)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.9
Show documentation Show source 
 

0 downloads
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

gwtupload-project from group com.googlecode.gwtupload (version 1.0.3)

GWTUpload is a library for uploading files to web servers, showing a progress bar with real information about the process (file size, bytes transferred, etc). It uses ajax requests to ask the web server for the upload progress. It has two components written in java, the server side with servlet and utility classes, and the client side that is compiled into javascript using gwt. GWTUpload-gae is a library with aditional classes needed for using GwtUpload in Google Application Engine (GAE). JSUpload is the client library but compiled and exported into javascript, so users without Gwt skills can use it directly in their web pages. It includes a bunch of useful examples to learn how to use the library and see its features.

Group: com.googlecode.gwtupload Artifact: gwtupload-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gwtupload-project
Group com.googlecode.gwtupload
Version 1.0.3
Last update 13. January 2015
Organization not specified
URL http://code.google.com/p/gwtupload/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-fileupload, commons-io,
There are maybe transitive dependencies!

cloudinary-android-test from group com.cloudinary (version 1.1.1)

Group: com.cloudinary Artifact: cloudinary-android-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudinary-android-test
Group com.cloudinary
Version 1.1.1
Last update 22. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies cloudinary-android, junit,
There are maybe transitive dependencies!

REngine from group com.github.lucarosellini.rJava (version 0.9-7)

Rserve is a TCP/IP server which allows other programs to use facilities of R (see www.r-project.org) from various languages without the need to initialize R or link against R library. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++, PHP and Java. Rserve supports remote connection, authentication and file transfer. Typical use is to integrate R backend for computation of statstical models, plots etc. in other applications.

Group: com.github.lucarosellini.rJava Artifact: REngine
Show documentation Show source 
 

3 downloads
Artifact REngine
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/Rserve/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5972 from 6002 (items total 60017)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy