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

Download JAR files tagged by infrastructure with all dependencies

Search JAR files by class name

org.eclipse.xtext.parent from group org.eclipse.xtext (version 2.10.0)

Xtext is a framework for development of programming languages and domain-specific languages. With Xtext you define your language using a powerful grammar language. As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse, IntelliJ IDEA and your favorite web browser. 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.xtext Artifact: org.eclipse.xtext.parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xtext.parent
Group org.eclipse.xtext
Version 2.10.0
Last update 25. May 2016
Organization not specified
URL https://www.eclipse.org/Xtext/
License Eclipse Public License - v 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jstaf from group net.sf.staf (version 3.4.4)

The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an automation infrastructure, thus enabling you to focus on building your automation solution. The STAF framework provides the foundation upon which to build higher level solutions, and provides a pluggable approach supported across a large variety of platforms and languages. This component contains the STAF Java API (http://staf.sourceforge.net/current/STAFJava.htm ) only. For more information see http://staf.sourceforge.net/ .

Group: net.sf.staf Artifact: jstaf
Show all versions Show documentation Show source 
 

6 downloads
Artifact jstaf
Group net.sf.staf
Version 3.4.4
Last update 21. February 2011
Organization IBM
URL http://staf.sourceforge.net/
License Eclipse Public License, v1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

appfuse-plugins from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: appfuse-plugins
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact appfuse-plugins
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-warpath-plugin from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: maven-warpath-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact maven-warpath-plugin
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, maven-artifact, maven-core, plexus-utils, plexus-utils,
There are maybe transitive dependencies!

drools-compiler from group drools (version 3.0.4)

JBoss Rules provides an open source and standards-based business rules engine that enables easy business policy access, change and management. JBoss Rules is a fast and highly efficient rules engine that makes it easy for a business analyst or auditor to view your business rules as encoded in your IT application infrastructure to verify that the encoded rules indeed implement the documented business policies. JBoss Rules also supports a variety of language and decision table inputs, making it easy to quickly modify your business policies to respond to opportunities and competitive threats.

Group: drools Artifact: drools-compiler

 

0 downloads
Artifact drools-compiler
Group drools
Version 3.0.4
Last update 31. January 2007
Organization not specified
URL http://www.jboss.com/products/rules
License Apache License, Version 2.0
Dependencies amount 6
Dependencies drools-core, commons-jci-core, commons-logging-api, commons-lang, stringtemplate, antlr,
There are maybe transitive dependencies!

drools-decisiontables from group drools (version 3.0.4)

JBoss Rules provides an open source and standards-based business rules engine that enables easy business policy access, change and management. JBoss Rules is a fast and highly efficient rules engine that makes it easy for a business analyst or auditor to view your business rules as encoded in your IT application infrastructure to verify that the encoded rules indeed implement the documented business policies. JBoss Rules also supports a variety of language and decision table inputs, making it easy to quickly modify your business policies to respond to opportunities and competitive threats.

Group: drools Artifact: drools-decisiontables
Show all versions 
 

0 downloads
Artifact drools-decisiontables
Group drools
Version 3.0.4
Last update 31. January 2007
Organization not specified
URL http://www.jboss.com/products/rules
License Apache License, Version 2.0
Dependencies amount 2
Dependencies drools-compiler, jxl,
There are maybe transitive dependencies!

fireblocks-sdk from group com.fireblocks.sdk (version 1.1.0)

Group: com.fireblocks.sdk Artifact: fireblocks-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact fireblocks-sdk
Group com.fireblocks.sdk
Version 1.1.0


jas from group de.uni-mannheim.rz.krum (version 2.7.200)

The Java Algebra System (JAS) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure. The library can be used as any other Java software package or it can be used interactively or interpreted through a jython (Java Python) or jruby (Java Ruby) front end, there is also an Android App based on Ruboto (jruby for Android). The focus of JAS is at the moment on commutative, solvable and non-commutative polynomials, power series, Groebner bases, factorization, real and complex roots and applications. By the use of Java as implementation language JAS is 64-bit and multi-core CPU ready and can make use of mutiple CPUs where available. JAS can run on a wide variety of devices ranging from Android to compute clusters (using MPJ a Java Message Passing Interface (MPI) or OpenMPI).

Group: de.uni-mannheim.rz.krum Artifact: jas
Show all versions Show documentation Show source 
 

2 downloads
Artifact jas
Group de.uni-mannheim.rz.krum
Version 2.7.200
Last update 05. July 2023
Organization not specified
URL http://krum.rz.uni-mannheim.de/jas
License GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Dependencies amount 1
Dependencies log4j-api,
There are maybe transitive dependencies!

stepping from group com.imperva.stepping (version 5.0.0)

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Group: com.imperva.stepping Artifact: stepping
Show all versions Show documentation Show source 
 

0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.0.0
Last update 20. October 2022
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!

audit-1.0 from group com.ibm.websphere.appserver.features (version 19.0.0.1)

The Liberty Audit feature is used to report and track auditable events to ensure the integrity of your system. The Liberty Audit feature introduces an infrastructure which serves two purposes: - Confirming the effectiveness and integrity of the existing configuration - Identifying areas where improvement to the configuration may be needed The Liberty Audit feature has the ability to capture the following auditable events: - Basic authentication - Start and stop of the Audit service - Form login - Client certificate login - Servlet runAs delegation - Form logout - Servlet 3.0 login, logout and authenticate APIs The Liberty Audit feature supports the Cloud Auditing Data Federation (CADF) event model. The CADF model describes a data model and associated schema definitions for an audit event. The feature provides a default implementation, the AuditFileHandler, which emits human-readable audit records to a file-based log. Each audit record is emitted in JSON format.

Group: com.ibm.websphere.appserver.features Artifact: audit-1.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-1.0
Group com.ibm.websphere.appserver.features
Version 19.0.0.1
Last update 28. January 2019
Organization not specified
URL Not specified
License Additional Features Terms & Conditions
Dependencies amount 3
Dependencies appSecurity-2.0, servlet-3.0, com.ibm.websphere.appserver.auditCollector-1.0,
There are maybe transitive dependencies!



Page 161 from 162 (items total 1619)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy