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

Download JAR files tagged by text with all dependencies

Search JAR files by class name

binding from group org.jsonx (version 0.4.0)

The JSON/Java Binding API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Binding API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Binding API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Binding API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: binding
Show all versions Show documentation Show source 
 

0 downloads
Artifact binding
Group org.jsonx
Version 0.4.0
Last update 20. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

norconex-importer from group com.norconex.collectors (version 3.0.1)

Norconex Importer is a Java library and command-line application meant to "parse" and "extract" content out of a computer file as plain text, whatever its format (HTML, PDF, Word, etc). In addition, it allows you to perform any manipulation on the extracted text before importing/using it in your own service or application.

Group: com.norconex.collectors Artifact: norconex-importer
Show all versions Show documentation Show source 
 

0 downloads
Artifact norconex-importer
Group com.norconex.collectors
Version 3.0.1
Last update 09. July 2023
Organization not specified
URL https://opensource.norconex.com/importer
License not specified
Dependencies amount 12
Dependencies tika-core, tika-parsers, tika-translate, commons-cli, jj2000, opencsv, luaj-jse, webp-imageio, norconex-commons-lang, log4j-slf4j-impl, log4j-core, jcl-over-slf4j,
There are maybe transitive dependencies!

qa-tester-utils from group dev.aherscu.qa (version 0.0.25)

JAX-RS generic providers, authenticators and logging filters, an auto-returning pool implementation based on Apache Commons Pooling, a wrapper around Apache Commons Configuration, 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.

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

0 downloads
Artifact qa-tester-utils
Group dev.aherscu.qa
Version 0.0.25
Last update 09. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 37
Dependencies lombok, aspectjrt, annotations, validation-api, javax.annotation-api, hamcrest, hamcrest-library, commons-pool2, aws-java-sdk-cognitoidp, opencsv, thumbnailator, java-8-matchers, jcurry, hamcrest-matchers, oval, reflections, commons-configuration, commons-collections, commons-collections4, commons-text, guava, javax.ws.rs-api, jmustache, yamlbeans, commons-lang3, commons-io, commons-codec, c10n-core, slf4j-api, jul-to-slf4j, logback-classic, json-path-assert, assertj-core, commons-jxpath, testng, wiremock-jre8, commons-cli,
There are maybe transitive dependencies!

fastutil from group co.datadome (version 8.5.11.1)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: co.datadome Artifact: fastutil
Show documentation Show source 
 

0 downloads
Artifact fastutil
Group co.datadome
Version 8.5.11.1
Last update 25. December 2022
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcore-mutationfinder-ae from group de.julielab (version 2.6.1)

An analysis engine to recognize mentions of gene point mutations in document text. This is a wrapper around the original MutationFinder (http://mutationfinder.sourceforge.net/), published in the following paper: MutationFinder: A high-performance system for extracting point mutation mentions from text J. Gregory Caporaso, William A. Baumgartner Jr., David A. Randolph, K. Bretonnel Cohen, and Lawrence Hunter; Bioinformatics, 2007 23(14):1862-1865; doi:10.1093/bioinformatics/btm235;

Group: de.julielab Artifact: jcore-mutationfinder-ae
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-mutationfinder-ae
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization not specified
URL Not specified
License BSD-2-Clause
Dependencies amount 6
Dependencies oro, junit-jupiter-engine, jcore-types, jcore-descriptor-creator, slf4j-api, assertj-core,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-linnaeus-species-ae-species-dict from group de.julielab (version 2.6.0)

This project is a project for the JCoRe Linnaeus Annotator. The dictionary contained herein is used for the recognition of concrete species names in text, e.g. "human", "mouse", "n. furzeri", "c. elegans" etc. It does not contain species proxies, i.e. indirect clues to a species like the word "patient" which most likely refers to a human. For this task there is the project jcore-linnaeus-species-ae-proxies-dict.

Group: de.julielab Artifact: jcore-linnaeus-species-ae-species-dict
Show all versions Show source 
 

0 downloads
Artifact jcore-linnaeus-species-ae-species-dict
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization not specified
URL Not specified
License BSD-2-Clause
Dependencies amount 2
Dependencies jcore-linnaeus-species-ae, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-linnaeus-species-ae-proxies-dict from group de.julielab (version 2.6.0)

This project is a resource for the JULES Linnaeus Annotator. The dictionary contained herein is used for the recognition of concrete species names in text, e.g. "human", "mouse", "n. furzeri", "c. elegans" etc as well as species hints, i.e. indirect clues to a species like the word "patient" which most likely refers to a human. For the task of only finding concrete species names in text, there is the project jcore-linnaeus-species-ae-species-dict.

Group: de.julielab Artifact: jcore-linnaeus-species-ae-proxies-dict
Show all versions Show source 
 

0 downloads
Artifact jcore-linnaeus-species-ae-proxies-dict
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization not specified
URL Not specified
License BSD-2-Clause
Dependencies amount 2
Dependencies jcore-linnaeus-species-ae, junit-jupiter-engine,
There are maybe transitive dependencies!

blacklab from group nl.inl.blacklab (version 3.0.1)

BlackLab is a corpus retrieval engine written in Java, built on top of Apache Lucene. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora.

Group: nl.inl.blacklab Artifact: blacklab
Show all versions Show source 
 

1 downloads
Artifact blacklab
Group nl.inl.blacklab
Version 3.0.1
Last update 06. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blacklab-engine, blacklab-query-parser, blacklab-tools,
There are maybe transitive dependencies!

parent from group org.jsonurl (version 4)

${jsonurl.description} This is the parent POM for the all jsonurl maven artifacts.

Group: org.jsonurl Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.jsonurl
Version 4
Last update 03. April 2021
Organization jsonurl.org
URL https://www.jsonurl.org
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 203 from 217 (items total 2164)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy