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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

xapi-core-reflect from group net.wetheinter (version 0.5)

All of our modules, somewhere along the way, use reflective structures wrapping java objects from various apis. Gwt uses JDT AST, Jre uses actual reflection, and our injection library uses a bytecode scanner to read in .class files. In order to abstract over the various apis we wrap, we have our own interface layer to describe java metadata, so we can create tools to utilize java structure independent of any given dependencies.

Group: net.wetheinter Artifact: xapi-core-reflect
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-core-reflect
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-api,
There are maybe transitive dependencies!

rxtx-rebundled from group de.root1 (version 2.1-7r2-6)

rxtx-rebundled is a slightly modified version of the original rxtx 2.1-7r2. The only difference is: 1) It's a working mavenized library 2) There's just one JAR required. Nothing else. The native libs are bundled with the jar-file. 3) You don't have to care about "java.library.path". This version will on startup extract the correct native libs to system temp folder and loads them automatically. When JVM terminates, temp files will be removed.

Group: de.root1 Artifact: rxtx-rebundled
Show all versions Show documentation Show source 
 

2 downloads
Artifact rxtx-rebundled
Group de.root1
Version 2.1-7r2-6
Last update 09. May 2015
Organization not specified
URL http://dev.root1.de/projects/rxtx-rebundled/
License GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

webpipes from group org.hibnet (version 0.0.1)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task.

Group: org.hibnet Artifact: webpipes
Show documentation Show source 
 

0 downloads
Artifact webpipes
Group org.hibnet
Version 0.0.1
Last update 12. December 2014
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies ant,
There are maybe transitive dependencies!

core-uber from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core-uber
Show all versions Show documentation Show source 
 

0 downloads
Artifact core-uber
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

core from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-codec, json,
There are maybe transitive dependencies!

parent from group eu.mais-h.mathsync (version 0.6.2)

Helping synchronization between clients and servers accross a network. The client is expected to have pushed its changes to the server and then requests the library to pull changes from the server. Clients of the library must provide on the server a way to serialize items and an endpoint, as well as a way to deserialize items and to access the server endpoint on the client. The algorithm requires O(log(n)) roundtrips to the server and consumes a total bandwidth of O(n) where n is the number of items which changed on the server since the last synchronization

Group: eu.mais-h.mathsync Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL http://mathsync.mais-h.eu
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adal4j from group com.microsoft.aad (version 0.0.2)

Azure active directory library for java gives you the ability to add Windows Azure Active Directory authentication to your application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Group: com.microsoft.aad Artifact: adal4j
Show all versions Show documentation Show source 
 

11 downloads
Artifact adal4j
Group com.microsoft.aad
Version 0.0.2
Last update 26. November 2014
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 3
Dependencies oauth2-oidc-sdk, gson, slf4j-api,
There are maybe transitive dependencies!

remoteconsole-groovy from group org.devcake.groovy (version 1.0.16)

The library allows to create remote console server easily, and run Groovy scripts remotely on the console server. It supports execution of parts of the script, with all import statements applied. The library can be used as a standalone remote console server, and as embedded console server. It contains default implementaiton of Remote Console client, whereas customized implementation is also available.

Group: org.devcake.groovy Artifact: remoteconsole-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact remoteconsole-groovy
Group org.devcake.groovy
Version 1.0.16
Last update 19. November 2014
Organization not specified
URL http://devcake.org/Projects/Remoteconsole-Groovy
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-collections, easymock, testng, autoimports-groovy, groovy-all,
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!

jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!



Page 5438 from 5478 (items total 54776)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy