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

Download JAR files tagged by given with all dependencies

Search JAR files by class name

libffi-ndk26-shared-with-shared-deps 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-ndk26-shared-with-shared-deps
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk26-shared-with-shared-deps
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!

libffi-ndk26-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-ndk26-static
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk26-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!

libffi-ndk25-shared 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-shared
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk25-shared
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!

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!

org.apache.sling.tracer from group org.apache.sling (version 1.0.8)

Tracer provides support for enabling the logs for specific category at specific level and only for specific request. It provides a very fine level of control via config provided as part of HTTP request around how the logging should be performed for given category. Refer to http://sling.apache.org/documentation/bundles/log-tracers.html

Group: org.apache.sling Artifact: org.apache.sling.tracer
Show all versions Show source 
 

2 downloads
Artifact org.apache.sling.tracer
Group org.apache.sling
Version 1.0.8
Last update 03. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

awscommunity-resource-lookup from group io.github.cdklabs.cdk_cloudformation (version 1.3.0-alpha.7)

This resource uses AWS Cloud Control API to perform a lookup of a resource of a given type (such as, `AWS::EC2::VPC`) in your AWS account and current region, based on a query you specify. If only one match is found, this resource returns the primary identifier of the resource (in the `AWS::EC2::VPC` example, the ID of the VPC), that you can then reference in your template with the `Fn::GetAtt` intrinsic function. Specify resource type search targets that are supported by Cloud Control API.

Group: io.github.cdklabs.cdk_cloudformation Artifact: awscommunity-resource-lookup
Show all versions Show documentation Show source 
 

0 downloads
Artifact awscommunity-resource-lookup
Group io.github.cdklabs.cdk_cloudformation
Version 1.3.0-alpha.7
Last update 26. June 2023
Organization not specified
URL https://github.com/aws-cloudformation/community-registry-extensions/blob/main/resources/Resource_Lookup/README.md
License Apache License 2.0
Dependencies amount 5
Dependencies aws-cdk-lib, constructs, jsii-runtime, annotations, javax.annotation-api,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

skipledger-sql from group io.crums (version 0.5.1)

SQL implementation of the hash ledger. The hash ledger is a skip ledger annotatated with crumtrails (witness records). It contains only opaque hashes. This module maintains the hash ledger on a relational database. It also models the source ledger (the data being tracked) as 2 SQL queries: one, to determine the number rows in the ledger; the second, to return the ledger row for a given row number.

Group: io.crums Artifact: skipledger-sql
Show all versions Show documentation Show source 
 

0 downloads
Artifact skipledger-sql
Group io.crums
Version 0.5.1
Last update 25. October 2022
Organization not specified
URL Not specified
License GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies skipledger,
There are maybe transitive dependencies!

libffi from group com.viliussutkus89.licenseOnly (version 3.4.2)

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.licenseOnly Artifact: libffi
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi
Group com.viliussutkus89.licenseOnly
Version 3.4.2
Last update 09. May 2022
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-app from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 35 from 43 (items total 427)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy