Download JAR files tagged by matching with all dependencies
IAMsystem from group fr.erias (version 2.2.0)
A fast dictionary-based approach for semantic annotation / entity linking.
IAMsystem is efficient at annotating documents with large dictionaries and approximate string matching algorithms.
Description of the system can be found in the following paper : "Cossin S, Jouhet V, Mougin F, Diallo G and Thiessard F. IAM at CLEF eHealth 2018: Concept Annotation and Coding in French Death Certificates. CEUR-WS. September 2018"
Artifact IAMsystem
Group fr.erias
Version 2.2.0
Last update 31. March 2023
Organization Computer research applied to health ERIAS - Bordeaux Population Health - Research Center U1219
URL https://github.com/scossin/IAMsystem
License MIT License
Dependencies amount 2
Dependencies liblevenshtein, org.apache.commons.codec,
There are maybe transitive dependencies!
Group fr.erias
Version 2.2.0
Last update 31. March 2023
Organization Computer research applied to health ERIAS - Bordeaux Population Health - Research Center U1219
URL https://github.com/scossin/IAMsystem
License MIT License
Dependencies amount 2
Dependencies liblevenshtein, org.apache.commons.codec,
There are maybe transitive dependencies!
pact-specification-test from group au.com.dius.pact (version 4.4.0-beta.7)
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
Group: au.com.dius.pact Artifact: pact-specification-test
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pact-specification-test
Group au.com.dius.pact
Version 4.4.0-beta.7
Last update 11. October 2022
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group au.com.dius.pact
Version 4.4.0-beta.7
Last update 11. October 2022
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
threadfix-ham from group com.github.secdec.astam-correlator (version 1.3.8)
HAM stands for Hybrid Analysis Mapping. The module originated in research done for DHS to
improve static-to-dynamic vulnerabilty matching. It is now a generalized system primarily for
parsing source code into Endpoint objects and performing lookups based on partial information.
This code is most easily accessed by creating an EndpointDatabase with
EndpointDatabaseFactory.getDatabase. The database can be searched using queries created with
EndpointQueryBuilder.
Group: com.github.secdec.astam-correlator Artifact: threadfix-ham
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact threadfix-ham
Group com.github.secdec.astam-correlator
Version 1.3.8
Last update 15. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies commons-io, threadfix-entities, jsoup,
There are maybe transitive dependencies!
Group com.github.secdec.astam-correlator
Version 1.3.8
Last update 15. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies commons-io, threadfix-entities, jsoup,
There are maybe transitive dependencies!
pact-specification-test_2.12 from group au.com.dius (version 3.6.15)
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
Group: au.com.dius Artifact: pact-specification-test_2.12
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pact-specification-test_2.12
Group au.com.dius
Version 3.6.15
Last update 29. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group au.com.dius
Version 3.6.15
Last update 29. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
pact-specification-test from group au.com.dius (version 4.0.10)
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
Group: au.com.dius Artifact: pact-specification-test
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pact-specification-test
Group au.com.dius
Version 4.0.10
Last update 18. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group au.com.dius
Version 4.0.10
Last update 18. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
osgi.enroute.easse.simple.adapter from group biz.aQute (version 2.2.0)
Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.
0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
abnffuzzer from group com.github.nradov (version 0.2.2)
Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in
IETF RFC 5234. This library can directly parse a variety of input
sources and extract the ABNF rules, then generate random output matching
those rules. That output can be fed in a test framework such as JUnit to
search for defects in an application which implements the rules. The
most common use case would be testing implementations of other IETF RFCs.
0 downloads
Artifact abnffuzzer
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!
pact-specification-test_2.11 from group au.com.dius (version 3.5.24)
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
Group: au.com.dius Artifact: pact-specification-test_2.11
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact pact-specification-test_2.11
Group au.com.dius
Version 3.5.24
Last update 04. November 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11,
There are maybe transitive dependencies!
Group au.com.dius
Version 3.5.24
Last update 04. November 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11,
There are maybe transitive dependencies!
osgi.enroute.easse.simple.adapter from group org.osgi (version 2.1.0)
Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.
Group: org.osgi Artifact: osgi.enroute.easse.simple.adapter
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
pact-specification-test_2.10 from group au.com.dius (version 2.4.20)
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
Group: au.com.dius Artifact: pact-specification-test_2.10
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pact-specification-test_2.10
Group au.com.dius
Version 2.4.20
Last update 14. April 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 2
Dependencies slf4j-api, scala-library,
There are maybe transitive dependencies!
Group au.com.dius
Version 2.4.20
Last update 14. April 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 2
Dependencies slf4j-api, scala-library,
There are maybe transitive dependencies!
Page 28 from 3 (items total 322)