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

Download JAR files tagged by about with all dependencies

Search JAR files by class name

closure-compiler-main-java-6 from group org.scala-js (version v20160517)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: org.scala-js Artifact: closure-compiler-main-java-6
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-main-java-6
Group org.scala-js
Version v20160517
Last update 07. July 2016
Organization not specified
URL https://github.com/scala-js/closure-compiler/
License not specified
Dependencies amount 6
Dependencies closure-compiler-externs-java-6, args4j, guava, protobuf-java, gson, jsr305,
There are maybe transitive dependencies!

closure-compiler-externs-java-6 from group org.scala-js (version v20160517)

Group: org.scala-js Artifact: closure-compiler-externs-java-6

 

0 downloads
Artifact closure-compiler-externs-java-6
Group org.scala-js
Version v20160517
Last update 07. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closure-compiler-parent-java-6 from group org.scala-js (version v20160517)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

Group: org.scala-js Artifact: closure-compiler-parent-java-6
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact closure-compiler-parent-java-6
Group org.scala-js
Version v20160517
Last update 07. July 2016
Organization Scala.js
URL https://github.com/scala-js/closure-compiler/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cache2k-jcache-parent from group org.cache2k (version 0.26-BETA)

Group: org.cache2k Artifact: cache2k-jcache-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cache2k-jcache-parent
Group org.cache2k
Version 0.26-BETA
Last update 07. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

carti-model from group be.uantwerpen.adrem (version 0.1)

This package provides data model and the base classes for the cartification. More info about cartification can be found in the paper "Cartification: A Neighborhood Preserving Transformation for Mining High Dimensional Data" by Emin Aksehirli, Bart Goethals, Emmanuel Müller and Jilles Vreeken https://dx.doi.org/10.1109/ICDM.2013.146

Group: be.uantwerpen.adrem Artifact: carti-model
Show documentation Show source 
 

0 downloads
Artifact carti-model
Group be.uantwerpen.adrem
Version 0.1
Last update 23. September 2015
Organization University of Antwerp - ADReM Research Group
URL http://maven.apache.org
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies fim-model,
There are maybe transitive dependencies!

appright from group com.gryphonet (version 2.1.0.20)

Acknowledging the complex, chaotic and continually-changing mobile ecosphere, Gryphonet strives to be the major source of strategically critical information regarding quality issues of mobile applications. Gryphonet's goal is to provide app developers with rich, analyzed, actionable insight about the true experience of all of their end users, empowering them to get their AppRight

Group: com.gryphonet Artifact: appright
Show documentation Show source 
 

0 downloads
Artifact appright
Group com.gryphonet
Version 2.1.0.20
Last update 08. June 2015
Organization not specified
URL https://www.gryphonet.com
License Commercial
Dependencies amount 0
Dependencies No dependencies
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!

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

closure-compiler-rhino from group com.google.javascript (version v20140508)

Group: com.google.javascript Artifact: closure-compiler-rhino
Show all versions Show documentation Show source 
 

1 downloads
Artifact closure-compiler-rhino
Group com.google.javascript
Version v20140508
Last update 12. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

opensocial-explorer from group org.opensocial.explorer (version 0.0.2)

The OpenSocial Explorer is a tool to help developers learn how to build OpenSocial gadgets. The goal of the OpenSocial Explorer is to demonstrate how to use all the features and APIs that are part of the OpenSocial specification. Besides the samples, the OpenSocial Explorer has an editor which allows developers to tweak the gadget to learn more about the specific features and APIs the sample is demonstrating. After modifying the sample the OpenSocial Explorer allows developers to re-render the gadget to see how the changes effect the sample.

Group: org.opensocial.explorer Artifact: opensocial-explorer
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact opensocial-explorer
Group org.opensocial.explorer
Version 0.0.2
Last update 01. November 2013
Organization OpenSocial Foundation
URL http://opensocial.github.com/explorer/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies wink-json4j, guava, guice, powermock-module-junit4, shindig-common, shindig-sample-container, shindig-extras, shindig-social-api, shindig-gadgets, shindig-features, slf4j-jdk14,
There are maybe transitive dependencies!



Page 99 from 115 (items total 1145)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy