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

Download JAR files tagged by general with all dependencies

Search JAR files by class name

authentication-spec from group org.jboss.spec.javax.security.auth.message (version 2.0.1.Final)

Group: org.jboss.spec.javax.security.auth.message Artifact: authentication-spec
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact authentication-spec
Group org.jboss.spec.javax.security.auth.message
Version 2.0.1.Final
Last update 12. September 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jboss-jaspi-api_1.1_spec from group org.jboss.spec.javax.security.auth.message (version 2.0.1.Final)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: org.jboss.spec.javax.security.auth.message Artifact: jboss-jaspi-api_1.1_spec
Show all versions Show documentation Show source 
 

3 downloads
Artifact jboss-jaspi-api_1.1_spec
Group org.jboss.spec.javax.security.auth.message
Version 2.0.1.Final
Last update 12. September 2019
Organization JBoss by Red Hat
URL https://github.com/jboss/jboss-jakarta-jaspi-api_spec
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jboss-jaspi-api-parent from group org.jboss.spec.javax.security.auth.message (version 2.0.1.Final)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: org.jboss.spec.javax.security.auth.message Artifact: jboss-jaspi-api-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jboss-jaspi-api-parent
Group org.jboss.spec.javax.security.auth.message
Version 2.0.1.Final
Last update 12. September 2019
Organization not specified
URL https://github.com/jboss/jboss-jakarta-jaspi-api_spec
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

james-core from group org.jamesframework (version 1.2)

The JAMES core module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.

Group: org.jamesframework Artifact: james-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact james-core
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

trueupdate from group net.java.trueupdate (version 0.8.1)

A framework for keeping deployed Java enterprise applications up-to-date. Note that this is commercial open source software covered by the GNU Affero General Public License version 3 (AGPLv3) - see http://www.gnu.org/licenses/agpl-3.0-standalone.html . If you need a quote for using it with software which is not covered by the AGPLv3, then please contact sales AT schlichtherle DOT de .

Group: net.java.trueupdate Artifact: trueupdate
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact trueupdate
Group net.java.trueupdate
Version 0.8.1
Last update 27. February 2016
Organization not specified
URL https://trueupdate.java.net
License Commercial License
Dependencies amount 0
Dependencies No dependencies
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!

bnfparser from group ca.gobits.bnf (version 1.0)

BNFParser is a Backus-Naur Form Framework (https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form) for Java The BNFParser Framework offers 3 basic services of general interest to developers: 1. String Tokenization via the BNFTokenizerFactory and BNFToken classes 2. Property Key/Value mapper via PropertyParser 3. Text Parsing/Validation via Grammars

Group: ca.gobits.bnf Artifact: bnfparser
Show documentation Show source 
 

0 downloads
Artifact bnfparser
Group ca.gobits.bnf
Version 1.0
Last update 12. August 2013
Organization not specified
URL https://github.com/mfriesen/BNFParserJava
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-io,
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!

nifi-utils from group org.apache.nifi (version 2.0.0-M3)

This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.

Group: org.apache.nifi Artifact: nifi-utils
Show all versions Show documentation Show source 
 

48 downloads
Artifact nifi-utils
Group org.apache.nifi
Version 2.0.0-M3
Last update 14. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies slf4j-api, nifi-api,
There are maybe transitive dependencies!



Page 160 from 179 (items total 1782)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy