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

Download JAR files tagged by equivalent with all dependencies

Search JAR files by class name

org.eclipse.xtext.dependencies from group org.eclipse.xtext (version 2.8.4)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.dependencies
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtext.dependencies
Group org.eclipse.xtext
Version 2.8.4
Last update 03. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.jdt.core,
There are maybe transitive dependencies!

org.eclipse.xtext.standalone from group org.eclipse.xtext (version 2.4.3)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.standalone
Show documentation Show source 
 

1 downloads
Artifact org.eclipse.xtext.standalone
Group org.eclipse.xtext
Version 2.4.3
Last update 04. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.xtend.standalone,
There are maybe transitive dependencies!

org.eclipse.xtend.standalone from group org.eclipse.xtend (version 2.4.3)

Group: org.eclipse.xtend Artifact: org.eclipse.xtend.standalone
Show all versions Show documentation Show source 
 

1 downloads
Artifact org.eclipse.xtend.standalone
Group org.eclipse.xtend
Version 2.4.3
Last update 04. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, guice, log4j, org.eclipse.xtend.lib, org.eclipse.xtext.xbase.lib,
There are maybe transitive dependencies!

org.eclipse.xtend.maven from group org.eclipse.xtend (version 2.4.3)

Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

Group: org.eclipse.xtend Artifact: org.eclipse.xtend.maven
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtend.maven
Group org.eclipse.xtend
Version 2.4.3
Last update 04. September 2013
Organization not specified
URL http://www.eclipse.org/xtend/
License Eclipse Public License - v 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

struts-parent from group org.apache.struts (version 2)

The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.

Group: org.apache.struts Artifact: struts-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact struts-parent
Group org.apache.struts
Version 2
Last update 06. May 2006
Organization not specified
URL http://struts.apache.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org-graalvm-visualvm-modules-security from group org.graalvm.visualvm.modules (version 2.1.8)

This plugin provides a GUI for setting the standard system properties controlling SSL/TLS connections in VisualVM. Setting the properties using the plugin is equivalent to providing the properties on the command line. However, the properties provided on the command line take precedence and if set the GUI editing is disabled. <BR> <BR> Currently the plugin supports editing these system properties: <BR> <UL> <LI><CODE>javax.net.ssl.keyStore</CODE></LI> <LI><CODE>javax.net.ssl.keyStoreType</CODE></LI> <LI><CODE>javax.net.ssl.keyStorePassword</CODE></LI> <LI><CODE>javax.net.ssl.trustStore</CODE></LI> <LI><CODE>javax.net.ssl.trustStoreType</CODE></LI> <LI><CODE>javax.net.ssl.trustStorePassword</CODE></LI> <LI><CODE>javax.rmi.ssl.client.enabledCipherSuites</CODE></LI> <LI><CODE>javax.rmi.ssl.client.enabledProtocols</CODE></LI> </UL>

Group: org.graalvm.visualvm.modules Artifact: org-graalvm-visualvm-modules-security
Show documentation Show source 
 

0 downloads
Artifact org-graalvm-visualvm-modules-security
Group org.graalvm.visualvm.modules
Version 2.1.8
Last update 29. March 2024
Organization not specified
URL https://visualvm.github.io
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 10
Dependencies org-graalvm-visualvm-core, org-graalvm-visualvm-uisupport, org-netbeans-modules-options-api, org-openide-awt, org-openide-dialogs, org-openide-modules, org-openide-util, org-openide-util-lookup, org-openide-util-ui, org-openide-windows,
There are maybe transitive dependencies!

jfuzzylite from group com.fuzzylite (version 6.0.1)

jfuzzylite(TM) is a free and open-source fuzzy logic control library programmed in Java. The goal of jfuzzylite is to easily design and efficiently operate fuzzy logic controllers following an object-oriented model without relying on external libraries. jfuzzylite is the Java equivalent of the fuzzylite(R) library. jfuzzylite is a trademark of FuzzyLite Limited. fuzzylite is a registered trademark of FuzzyLite Limited.

Group: com.fuzzylite Artifact: jfuzzylite
Show all versions Show documentation Show source 
 

85 downloads
Artifact jfuzzylite
Group com.fuzzylite
Version 6.0.1
Last update 07. August 2017
Organization FuzzyLite Limited
URL http://www.fuzzylite.com/java
License FuzzyLite License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-futures from group net.florianschoppmann.java (version 1.1.0)

Bridge gaps and help overcome inconveniences with CompletableFuture. This module includes, among other features, methods to collect the results of multiple futures into a list, provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.

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

0 downloads
Artifact java-futures
Group net.florianschoppmann.java
Version 1.1.0
Last update 14. March 2016
Organization not specified
URL https://github.com/fschopp/java-futures
License Revised BSD (3-Clause) License
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!

org.eclipse.xtext.xbase.junit from group org.eclipse.xtext (version 2.10.0)

Group: org.eclipse.xtext Artifact: org.eclipse.xtext.xbase.junit
Show all versions Show documentation Show source 
 

4 downloads
Artifact org.eclipse.xtext.xbase.junit
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies org.eclipse.xtext.xbase, org.eclipse.xtext.junit4,
There are maybe transitive dependencies!



Page 12 from 14 (items total 134)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy