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

Download JAR files tagged by implementation with all dependencies

Search JAR files by class name

st-core-extensions from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-core-extensions
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact st-core-extensions
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

st-collaboration-backends from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-collaboration-backends
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact st-collaboration-backends
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

st-coda-uri-generator from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-coda-uri-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact st-coda-uri-generator
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-core-framework,
There are maybe transitive dependencies!

st-changetracking-sail from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-changetracking-sail
Show all versions Show documentation Show source 
 

1 downloads
Artifact st-changetracking-sail
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies rdf4j-sail-api, rdf4j-repository-sail, rdf4j-rio-ntriples, rdf4j-repository-api, rdf4j-repository-http, rdf4j-queryalgebra-evaluation, rdf4j-queryrender,
There are maybe transitive dependencies!

st-app from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-app
Show all versions Show documentation Show source 
 

0 downloads
Artifact st-app
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 16
Dependencies spring-boot-starter-web, st-core-framework, st-metadata-registry-bindings, maple-core, byte-buddy, jmustache, jsoup, openhtmltopdf-core, openhtmltopdf-pdfbox, openhtmltopdf-slf4j, sshd-sftp, st-zthes-commons, st-font, st-l10n, st-i18n, st-utilities,
There are maybe transitive dependencies!

st-adms-dataset-metadata-exporter from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-adms-dataset-metadata-exporter
Show all versions Show documentation Show source 
 

0 downloads
Artifact st-adms-dataset-metadata-exporter
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies st-core-framework, st-metadata-registry-bindings,
There are maybe transitive dependencies!

semanticturkey-distribution from group it.uniroma2.art.semanticturkey (version 12.1)

Group: it.uniroma2.art.semanticturkey Artifact: semanticturkey-distribution
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact semanticturkey-distribution
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-app,
There are maybe transitive dependencies!

semanticturkey from group it.uniroma2.art.semanticturkey (version 12.1)

Semantic Turkey parent project. It contains the three modules about: core business logic, core services and firefox extension (ui and client in general) of the system. Three additional modules provide an implementation for the ontology manager to be bundled with the tool, an applet for graph visualization of ontologies and concept schemes and a test suite to run tests on a java client framework. An ANT build file allows to package the xpi for Firefox installation (read README2BUILD.TXT file for info)

Group: it.uniroma2.art.semanticturkey Artifact: semanticturkey
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact semanticturkey
Group it.uniroma2.art.semanticturkey
Version 12.1
Last update 22. April 2024
Organization ART Group, University of Rome, Tor Vergata
URL https://semanticturkey.uniroma2.it/
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

qa-testing-utils from group dev.aherscu.qa (version 1.0.4)

JAX-RS generic providers, authenticators and logging filters, an auto-returning pool implementation based on Apache Commons Pooling, a wrapper around Apache Commons Configuration to make it look like a map, various assertions for JSON and XML, a Read-Multi-Write lock, Hamcrest Matchers extensions for streams, and many other utilities for handling text, streams, lists, maps, etc. In addition, provides an AWS Cognito SRP filter for JAX-RS and a CLI for it, see generate-aws-cognito-srp-authenticator profile for generating it.

Group: dev.aherscu.qa Artifact: qa-testing-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact qa-testing-utils
Group dev.aherscu.qa
Version 1.0.4
Last update 21. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 22
Dependencies lombok, spotbugs-annotations, validation-api, javax.annotation-api, hamcrest, thumbnailator, jcurry, reflections, commons-configuration, commons-collections, commons-text, guava, jakarta.ws.rs-api, commons-lang3, commons-io, commons-codec, slf4j-api, logback-classic, json-path, assertj-core, commons-jxpath, wiremock-jre8,
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!



Page 1704 from 1725 (items total 17243)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy