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

Download JAR files tagged by network with all dependencies

Search JAR files by class name

infinispan-spring6-remote from group org.infinispan (version 15.1.0.Dev03)

Group: org.infinispan Artifact: infinispan-spring6-remote
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring6-remote
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!

infinispan-spring6-embedded from group org.infinispan (version 15.1.0.Dev03)

Group: org.infinispan Artifact: infinispan-spring6-embedded
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring6-embedded
Group org.infinispan
Version 15.1.0.Dev03
Last update 22. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring6-common, jakarta.annotation-api, jakarta.transaction-api, spring-tx, narayana-jta,
There are maybe transitive dependencies!

infinispan-spring5-remote from group org.infinispan (version 14.0.31.Final)

Group: org.infinispan Artifact: infinispan-spring5-remote
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-remote
Group org.infinispan
Version 14.0.31.Final
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-embedded from group org.infinispan (version 14.0.31.Final)

Group: org.infinispan Artifact: infinispan-spring5-embedded
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-embedded
Group org.infinispan
Version 14.0.31.Final
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-component-processor, infinispan-core, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-common from group org.infinispan (version 14.0.31.Final)

Group: org.infinispan Artifact: infinispan-spring5-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact infinispan-spring5-common
Group org.infinispan
Version 14.0.31.Final
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-commons, protostream-processor,
There are maybe transitive dependencies!

infinispan-spring5-parent from group org.infinispan (version 14.0.31.Final)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring5-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring5-parent
Group org.infinispan
Version 14.0.31.Final
Last update 21. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

onnxruntime-mobile from group com.microsoft.onnxruntime (version 1.18.0)

The ONNX Runtime Mobile package is a size optimized inference library for executing ONNX (Open Neural Network Exchange) models on Android. This package is built from the open source inference engine but with reduced disk footprint targeting mobile platforms. To minimize binary size this library supports a reduced set of operators and types aligned to typical mobile applications. The ONNX model must be converted to ORT format in order to use it with this package. See https://onnxruntime.ai/docs/reference/ort-format-models.html for more details.

Group: com.microsoft.onnxruntime Artifact: onnxruntime-mobile
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact onnxruntime-mobile
Group com.microsoft.onnxruntime
Version 1.18.0
Last update 20. May 2024
Organization Microsoft
URL https://microsoft.github.io/onnxruntime/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vividassdklibrary from group xyz.vtechnologies (version 0.2.3)

This library contains the drm_sdk for Android, equipped with advanced decoding and encryption features to ensure secure playback of video content within your app. This powerful library supports a variety of popular video formats, including DASH and HLS, and provides robust encryption options to protect your content from unauthorized access. The library is optimized for performance, with hardware acceleration and network streaming support, providing a smooth user experience. With its advanced decoding and encryption capabilities, the Android video libraries are the ideal solution for building a secure and high-quality video experience.

Group: xyz.vtechnologies Artifact: vividassdklibrary
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact vividassdklibrary
Group xyz.vtechnologies
Version 0.2.3
Last update 06. May 2024
Organization not specified
URL https://www.vtechnologies.xyz/
License Copyright
Dependencies amount 9
Dependencies dagger, retrofit, gson, converter-gson, kotlinx-coroutines-android, okhttp, converter-scalars, jwtdecode, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

repeat-check from group io.github.ciriti (version 0.0.1)

The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.

Group: io.github.ciriti Artifact: repeat-check
Show documentation Show source 
 

0 downloads
Artifact repeat-check
Group io.github.ciriti
Version 0.0.1
Last update 22. March 2024
Organization not specified
URL https://github.com/dryrum/RepeatCheckUntilVerified
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

RELISON-linkpred from group io.github.ir-uam (version 1.0.0)

Group: io.github.ir-uam Artifact: RELISON-linkpred
Show documentation Show source 
 

0 downloads
Artifact RELISON-linkpred
Group io.github.ir-uam
Version 1.0.0
Last update 11. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies RELISON-sna, RELISON-content, terrier-core, terrier-realtime, terrier-learning, RankSys-nn, weka-stable, cloning, RankSys-novdiv, RankSys-novelty, RankSys-mf,
There are maybe transitive dependencies!



Page 244 from 3 (items total 2529)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy