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

Download JAR files tagged by purpose with all dependencies

Search JAR files by class name

iopower from group com.github.power-libraries (version 1.1.3)

Power Libraries is a small project to collect some repeatedly needed or otherwise useful Java 8 classes in a collection of tiny libraries. IO Power is the first and really tiny library of the Power Libraries. It contains some simple helper method for opening Input- and Outputstreams. The main purpose of IO Power is to make opening streams, readers and writers less cluttered and simple to understand.

Group: com.github.power-libraries Artifact: iopower
Show all versions Show documentation Show source 
 

0 downloads
Artifact iopower
Group com.github.power-libraries
Version 1.1.3
Last update 15. September 2016
Organization not specified
URL http://power-libraries.github.io
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jflat from group com.tecacet (version 1.7.0)

JFlat's purpose is to convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files. There are also tools to generate Java Beans to/from JDBC and Swing tables. JFlat is highly extensible and can be adopted to support additional formats.

Group: com.tecacet Artifact: jflat
Show documentation Show source 
 

0 downloads
Artifact jflat
Group com.tecacet
Version 1.7.0
Last update 06. December 2015
Organization TecAceT
URL http://code.google.com/p/jflat/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies commons-beanutils, joda-time, jxl, poi, poi-ooxml, jodd-bean,
There are maybe transitive dependencies!

mason from group fr.irit.smac.thirdparty.edu.gmu.cs (version 18)

MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.

Group: fr.irit.smac.thirdparty.edu.gmu.cs Artifact: mason
Show documentation Show source 
 

2 downloads
Artifact mason
Group fr.irit.smac.thirdparty.edu.gmu.cs
Version 18
Last update 29. October 2014
Organization not specified
URL http://cs.gmu.edu/~eclab/projects/mason/
License Most of MASON
Dependencies amount 8
Dependencies jfreechart, itext, jmf, j3d-core, j3d-core-utils, jogl-all-main, joal-main, gluegen-rt-main,
There are maybe transitive dependencies!

novaforjava from group net.sourceforge.novaforjava (version 0.15.0.0)

novaforjava is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library. The intended audience of libnova is java programmers, astronomers and anyone else interested in calculating positions of astronomical objects or celestial mechanics. It is a 1:1 port of libnova c-library with is the calculation engine used by the Nova project.

Group: net.sourceforge.novaforjava Artifact: novaforjava
Show documentation Show source 
 

0 downloads
Artifact novaforjava
Group net.sourceforge.novaforjava
Version 0.15.0.0
Last update 15. August 2014
Organization not specified
URL http://novaforjava.sourceforge.net/
License GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

agent-loader from group com.bluetrainsoftware.common (version 1.1)

Allows dynamic loading of agents. Forked from JMockIt into general purpose artifact, includes JDK6 code which is licensed using the GPLv2 with Classpath Exception. This license is detailed here: http://openjdk.java.net/legal/gplv2+ce.html These classes are normally only in the JDK, so if you are running a JRE, you otherwise are unable

Group: com.bluetrainsoftware.common Artifact: agent-loader
Show documentation Show source 
 

0 downloads
Artifact agent-loader
Group com.bluetrainsoftware.common
Version 1.1
Last update 12. March 2014
Organization not specified
URL Not specified
License gplv2+ce
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

javaGeom from group math.geom2d (version 0.11.1)

JavaGeom - The aim of JavaGeom is to provide methods to easily perform geometric computations, such as intersections of lines, clipping of polygons, transformation shapes, perimeter and area computations... This is a binary & source redistribution of the original, unmodified JavaGeom library originating from: "http://sourceforge.net/projects/geom-java/files/javaGeom/javaGeom%200.11.1/". The purpose of this redistribution is to make the library available to other Maven projects.

Group: math.geom2d Artifact: javaGeom
Show documentation Show source 
 

59 downloads
Artifact javaGeom
Group math.geom2d
Version 0.11.1
Last update 19. November 2013
Organization not specified
URL http://geom-java.sourceforge.net/index.html
License GNU Library or Lesser General Public License version 2.0 (LGPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

net.sourceforge.reb4j.scala from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Scala implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j.scala
Show all versions Show documentation Show source 
 

0 downloads
Artifact net.sourceforge.reb4j.scala
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, scala-library, scalatest_2.10,
There are maybe transitive dependencies!

net.sourceforge.reb4j from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Java implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j
Show all versions Show documentation Show source 
 

8 downloads
Artifact net.sourceforge.reb4j
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit, functionaljava,
There are maybe transitive dependencies!

JTransforms from group edu.emory.mathcs (version 2.4)

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang.

Group: edu.emory.mathcs Artifact: JTransforms
Show documentation Show source 
 

7 downloads
Artifact JTransforms
Group edu.emory.mathcs
Version 2.4
Last update 19. May 2012
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-flex-core from group org.springframework.flex (version 1.5.2.RELEASE)

Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project's purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client. It aims to achieve this purpose by providing first-class support for using the open source Adobe BlazeDS project and its powerful remoting and messaging facilities in combination with the familiar Spring programming model.

Group: org.springframework.flex Artifact: spring-flex-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-flex-core
Group org.springframework.flex
Version 1.5.2.RELEASE
Last update 08. November 2011
Organization not specified
URL http://www.springsource.org/spring-flex
License The Apache Software License, Version 2.0
Dependencies amount 21
Dependencies servlet-api, jsr250-api, commons-logging, commons-httpclient, cglib-nodep, spring-beans, spring-context, spring-context-support, spring-core, spring-web, spring-webmvc, blazeds-core, blazeds-common, blazeds-proxy, blazeds-remoting, jms, junit, mockito-all, spring-test, xalan, activemq-core,
There are maybe transitive dependencies!



Page 109 from 113 (items total 1126)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy