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

Download JAR files tagged by functionality with all dependencies

Search JAR files by class name

unit-sim from group io.violabs.geordi (version 1.0.4)

Geordi Test Framework is a Kotlin-based testing framework integrating with JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based and parameter-based scenarios, suitable for various testing contexts. Key features include dynamic test case generation, SimulationGroup for scenario organization, and integration with JUnit 5's advanced features. It also includes a utility class, UnitSim, for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework, aiming to provide comparable functionality in a Kotlin-optimized package.

Group: io.violabs.geordi Artifact: unit-sim
Show all versions Show documentation Show source 
 

0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.4
Last update 16. February 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sdl_java_se from group com.smartdevicelink (version 5.7.0)

The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

Group: com.smartdevicelink Artifact: sdl_java_se
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdl_java_se
Group com.smartdevicelink
Version 5.7.0
Last update 15. December 2023
Organization not specified
URL https://github.com/smartdevicelink/sdl_java_suite
License BSD 3-Clause
Dependencies amount 3
Dependencies bson, annotation, Java-WebSocket,
There are maybe transitive dependencies!

sdl_java_ee from group com.smartdevicelink (version 5.7.0)

The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

Group: com.smartdevicelink Artifact: sdl_java_ee
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdl_java_ee
Group com.smartdevicelink
Version 5.7.0
Last update 15. December 2023
Organization not specified
URL https://github.com/smartdevicelink/sdl_java_suite
License BSD 3-Clause
Dependencies amount 3
Dependencies bson, annotation, Java-WebSocket,
There are maybe transitive dependencies!

sdl_android from group com.smartdevicelink (version 5.7.0)

The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

Group: com.smartdevicelink Artifact: sdl_android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sdl_android
Group com.smartdevicelink
Version 5.7.0
Last update 15. December 2023
Organization not specified
URL https://github.com/smartdevicelink/sdl_java_suite
License BSD 3-Clause
Dependencies amount 3
Dependencies bson_java_port, lifecycle-extensions, annotation,
There are maybe transitive dependencies!

chips-n-salsa-examples from group org.cicirello (version 6.4.0)

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

Group: org.cicirello Artifact: chips-n-salsa-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa-examples
Group org.cicirello
Version 6.4.0
Last update 02. August 2023
Organization Cicirello.Org
URL https://github.com/cicirello/chips-n-salsa-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

jpt-examples from group org.cicirello (version 5.1.0)

This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

Group: org.cicirello Artifact: jpt-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpt-examples
Group org.cicirello
Version 5.1.0
Last update 31. May 2023
Organization Cicirello.Org
URL https://github.com/cicirello/jpt-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies jpt,
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
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!

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

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

0 downloads
Artifact RELISON-sna
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 2
Dependencies RELISON-core, fastutil,
There are maybe transitive dependencies!

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

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

0 downloads
Artifact RELISON-examples
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 8
Dependencies RELISON-linkpred, RELISON-sna, RELISON-diffusion, RankSys-diversity, RankSys-formats, RankSys-rec, yamlbeans, fastutil,
There are maybe transitive dependencies!



Page 296 from 300 (items total 2991)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy