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

Download JAR files tagged by language with all dependencies

Search JAR files by class name

libffi-ndk25-static from group com.viliussutkus89.ndk.thirdparty (version 3.4.4-beta-3)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libffi-ndk25-static
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk25-static
Group com.viliussutkus89.ndk.thirdparty
Version 3.4.4-beta-3
Last update 19. December 2023
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

base from group com.vertispan.jsinterop (version 1.0.1-1)

Base classes and utilities that provide access to JavaScript language constructs that are not available in pure Java. This distribution is slightly modified from the original in order to be compatible with J2CL and, where possible, GWT2 (though this is not heavily tested). The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

Group: com.vertispan.jsinterop Artifact: base
Show all versions Show documentation Show source 
 

0 downloads
Artifact base
Group com.vertispan.jsinterop
Version 1.0.1-1
Last update 04. November 2023
Organization not specified
URL https://www.gwtproject.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jsinterop-annotations, gwt-internal-annotations,
There are maybe transitive dependencies!

zeko-validator from group io.zeko (version 1.1.5)

A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language. This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules. The library had been used in various Kotlin based project as well.

Group: io.zeko Artifact: zeko-validator
Show all versions Show documentation Show source 
 

0 downloads
Artifact zeko-validator
Group io.zeko
Version 1.1.5
Last update 12. October 2023
Organization not specified
URL https://github.com/darkredz/Zeko-Validator
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-validator, commons-lang3,
There are maybe transitive dependencies!

binding from group org.jsonx (version 0.4.0)

The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: binding
Show all versions Show documentation Show source 
 

0 downloads
Artifact binding
Group org.jsonx
Version 0.4.0
Last update 20. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

apl-core from group com.intuit.apl (version 0.27)

ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.

Group: com.intuit.apl Artifact: apl-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact apl-core
Group com.intuit.apl
Version 0.27
Last update 03. August 2023
Organization not specified
URL https://github.com/intuit/identity-authz-apl
License MIT License
Dependencies amount 3
Dependencies spring-expression, snakeyaml, slf4j-api,
There are maybe transitive dependencies!

libre-wsdl4j from group io.github.librewsdl4j (version 1.10.0)

Open and Free WSDL library: Web Services Description Language. Libre-wsdl4j is a fork of WSDL4J 1.6.3. WSL4j is a Java stub generator for WSDL. Many software projects still depends on WSL4j, so the idea is that libre-wsdl4j should be an actively maintained version of this software on GitHub. "WSDL, that's an anchronym i haven't heard in almost ten years." Still big in the enterprise world" - comments on the Internet.

Group: io.github.librewsdl4j Artifact: libre-wsdl4j
Show documentation Show source 
 

0 downloads
Artifact libre-wsdl4j
Group io.github.librewsdl4j
Version 1.10.0
Last update 25. January 2023
Organization not specified
URL https://github.com/librewsdl4j/libre-wsdl4j
License Common Public License 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

boost_mpl from group com.github.brunotl (version 1.81.0)

The Boost.MPL library is a general-purpose, high-level C++ template metaprogramming framework of compile-time algorithms, sequences and metafunctions. It provides a conceptual foundation and an extensive set of powerful and coherent tools that make doing explict metaprogramming in C++ as easy and enjoyable as possible within the current language.

Group: com.github.brunotl Artifact: boost_mpl
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_mpl
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_preprocessor, boost_type_traits, boost_config, boost_static_assert, boost_detail, boost_predef, boost_utility,
There are maybe transitive dependencies!

coreasm-engine from group de.athalis.coreasm (version 1.7.3-locke-6)

This is a fork of the CoreASM project from https://github.com/coreasm/coreasm.core The CoreASM project focuses on the design of a lean executable ASM (Abstract State Machines) language, in combination with a supporting tool environment for high-level design, experimental validation and formal verification (where appropriate) of abstract system models.

Group: de.athalis.coreasm Artifact: coreasm-engine
Show all versions Show documentation Show source 
 

0 downloads
Artifact coreasm-engine
Group de.athalis.coreasm
Version 1.7.3-locke-6
Last update 22. November 2022
Organization not specified
URL https://github.com/Locke/coreasm.core/coreasm-engine
License Academic Free License 3.0
Dependencies amount 6
Dependencies slf4j-api, jgraph, jgrapht-core, jgrapht-ext, jparsec, coreasm-util,
There are maybe transitive dependencies!

coreasm-util from group de.athalis.coreasm (version 1.7.3-locke-6)

This is a fork of the CoreASM project from https://github.com/coreasm/coreasm.core The CoreASM project focuses on the design of a lean executable ASM (Abstract State Machines) language, in combination with a supporting tool environment for high-level design, experimental validation and formal verification (where appropriate) of abstract system models.

Group: de.athalis.coreasm Artifact: coreasm-util
Show all versions Show documentation Show source 
 

0 downloads
Artifact coreasm-util
Group de.athalis.coreasm
Version 1.7.3-locke-6
Last update 22. November 2022
Organization not specified
URL https://github.com/Locke/coreasm.core/coreasm-util
License Academic Free License 3.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

coreasm-config from group de.athalis.coreasm (version 1.7.3-locke-6)

This is a fork of the CoreASM project from https://github.com/coreasm/coreasm.core The CoreASM project focuses on the design of a lean executable ASM (Abstract State Machines) language, in combination with a supporting tool environment for high-level design, experimental validation and formal verification (where appropriate) of abstract system models.

Group: de.athalis.coreasm Artifact: coreasm-config
Show all versions Show documentation Show source 
 

0 downloads
Artifact coreasm-config
Group de.athalis.coreasm
Version 1.7.3-locke-6
Last update 22. November 2022
Organization not specified
URL https://github.com/Locke/coreasm.core/coreasm-config
License Academic Free License 3.0
Dependencies amount 4
Dependencies logback-classic, logback-core, slf4j-api, coreasm-util,
There are maybe transitive dependencies!



Page 387 from 413 (items total 4124)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy