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

Download JAR files tagged by other with all dependencies

Search JAR files by class name

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!

mlrules-weka-package from group com.github.fracpete (version 2023.7.26)

Maximum Likelihood Rule Ensembles (MLRules) is a new rule induction algorithm for solving classification problems via probability estimation. The ensemble is built using boosting, by greedily minimizing the negative loglikelihood which results in estimating the class conditional probability distribution. The main advantage of decision rules is their simplicity and comprehensibility: they are logical statements of the form "if condition then decision", which is probably the easiest form of model to interpret. On the other hand, by exploiting a powerful statistical technique to induce the rules, the final ensemble has very high prediction accuracy. Fork of the original code located at: http://www.cs.put.poznan.pl/wkotlowski/software-mlrules.html

Group: com.github.fracpete Artifact: mlrules-weka-package
Show documentation Show source 
 

0 downloads
Artifact mlrules-weka-package
Group com.github.fracpete
Version 2023.7.26
Last update 25. July 2023
Organization University of Waikato, Hamilton, NZ
URL https://github.com/fracpete/mlrules-weka-package
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

oneclickbusinessclient from group de.telekom.smartcredentials (version 6.5.10)

SmartCredentials is a programmer’s library, presenting a unified interface for various solutions and protocols used to authenticate, authorize and conduct any kind of transactions between a user or a user-facing app and services. It uses the abstraction of a credential, which can handily be made available to the user for choosing the right identity/ entitlement and authenticating themselves for appropriate security. On the ‘other end’ actual technological functions are structured in modules that can be ‘plugged’ in to the SmartCredentials core to extend and alter its behavior behind the unifying credentialing APIs.

Group: de.telekom.smartcredentials Artifact: oneclickbusinessclient
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact oneclickbusinessclient
Group de.telekom.smartcredentials
Version 6.5.10
Last update 14. July 2023
Organization not specified
URL https://github.com/telekom/SmartCredentials-SDK-android
License The Apache Software License, Version 2.0
Dependencies amount 24
Dependencies appcompat, material, core, identityprovider, security, storage, lifecycle-runtime-ktx, material3, annotation, gson, okhttp, retrofit, converter-scalars, adapter-rxjava2, converter-gson, rxjava, rxandroid, activity-compose, ui, ui-tooling-preview, material, runtime, lifecycle-viewmodel-compose, runtime-livedata,
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!

mash-velocity from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-velocity

 

0 downloads
Artifact mash-velocity
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies mash-core, log4j-api, log4j-core, log4j-slf4j-impl, velocity-engine-core,
There are maybe transitive dependencies!

mash-jolt from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-jolt

 

0 downloads
Artifact mash-jolt
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies mash-core, log4j-api, log4j-core, log4j-slf4j-impl, jolt-core, json-utils,
There are maybe transitive dependencies!

mash-core from group org.technologybrewery.mash (version 1.6.0)

Group: org.technologybrewery.mash Artifact: mash-core

 

0 downloads
Artifact mash-core
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies log4j-api, log4j-core, log4j-slf4j-impl, krausening, jackson-core, jackson-annotations, jackson-databind, poi, poi-ooxml,
There are maybe transitive dependencies!

mash-parent from group org.technologybrewery.mash (version 1.6.0)

In brewing, mashing passes raw ingredients through hot water to activate, hydrate, and convert them for fermentation. Mash, the open source project, takes raw data payloads and provides a generic mediation process to translate the payloads into a new output. This allows configuration-driven mediation to be plugged into your application, which is especially important when dealing with ad-hoc tweaks that need to occur to payloads to add, remove, or alter them to conform to changing service payloads to/from other systems.

Group: org.technologybrewery.mash Artifact: mash-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mash-parent
Group org.technologybrewery.mash
Version 1.6.0
Last update 02. May 2023
Organization not specified
URL https://github.com/TechnologyBrewery/mash
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

empire-db-maven-plugin from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-maven-plugin
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies empire-db-codegen, empire-db,
There are maybe transitive dependencies!

empire-db-codegen from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-codegen
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-codegen
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies empire-db, velocity, slf4j-reload4j,
There are maybe transitive dependencies!



Page 349 from 376 (items total 3755)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy