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

Download JAR files tagged by parse with all dependencies

Search JAR files by class name

jcore-pubmed-db-reader from group de.julielab (version 2.6.1)

An instantiation of the jcore-db-reader that uses the jcore-xml-mapper to retrieve and parse PubMed XML from a PostgreSQL database. The XML format of retrieved documents is expected to follow the PubMed/MEDLINE XML schema that was used beginning from 2017. I.e. the root document of a document must be PubmedArticle and not, as it was for MEDLINE until 2017, MedlineCitation.

Group: de.julielab Artifact: jcore-pubmed-db-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-pubmed-db-reader
Group de.julielab
Version 2.6.1
Last update 20. February 2024
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-pubmed-db-reader
License BSD-2-Clause
Dependencies amount 3
Dependencies jcore-xml-db-reader, jcore-descriptor-creator, junit-jupiter-engine,
There are maybe transitive dependencies!

json-tree from group org.hisp.dhis (version 1.0)

This module provides a library to parse and browse JSON documents provided as input string. It is build in particular to extract JSON nodes by path with high performance. This is done by skipping nodes that are not of interest and by only building a cheap low level node representation for those nodes that are extracted.

Group: org.hisp.dhis Artifact: json-tree
Show all versions Show documentation Show source 
 

0 downloads
Artifact json-tree
Group org.hisp.dhis
Version 1.0
Last update 02. February 2024
Organization UiO
URL https://github.com/dhis2/json-tree
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tar-stream from group org.mvnpm (version 2.2.0)

tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.

Group: org.mvnpm Artifact: tar-stream
Show all versions Show documentation Show source 
 

0 downloads
Artifact tar-stream
Group org.mvnpm
Version 2.2.0
Last update 18. January 2024
Organization Mathias Buus
URL https://github.com/mafintosh/tar-stream
License MIT
Dependencies amount 5
Dependencies bl, end-of-stream, fs-constants, inherits, readable-stream,
There are maybe transitive dependencies!

magnetictrackparser from group us.fatehi (version 4.0.4)

Magnetic Track Parser is a library that can parse magnetic tracks from a bank issued card. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form.

Group: us.fatehi Artifact: magnetictrackparser
Show all versions Show documentation Show source 
 

6 downloads
Artifact magnetictrackparser
Group us.fatehi
Version 4.0.4
Last update 26. December 2023
Organization Sualeh Fatehi
URL https://github.com/sualeh/magnetictrackparser
License Eclipse Public License - v 1.0
Dependencies amount 1
Dependencies creditcardnumber,
There are maybe transitive dependencies!

redis-replicator from group com.moilioncircle (version 3.8.1)

Redis Replicator implement Redis Replication protocol written in java. It can parse,filter,broadcast the RDB and AOF events in a real time manner. It also can synchronize redis data to your local cache or to database.

Group: com.moilioncircle Artifact: redis-replicator
Show all versions Show documentation Show source 
 

3 downloads
Artifact redis-replicator
Group com.moilioncircle
Version 3.8.1
Last update 11. December 2023
Organization not specified
URL https://github.com/leonchen83/redis-replicator
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

search-query-parser from group io.github.dimmy82 (version 1.1.42)

search-query-parser is made to parse complex search query into layered search conditions, so it will be easy to construct Elasticsearch query DSL or something else. this is a wrapper of the Rust library (https://crates.io/crates/search-query-parser). Requirement: - Java 17 - Linux or Mac(arm64)

Group: io.github.dimmy82 Artifact: search-query-parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact search-query-parser
Group io.github.dimmy82
Version 1.1.42
Last update 28. September 2023
Organization not specified
URL https://github.com/dimmy82
License Apache License 2.0
Dependencies amount 2
Dependencies kotlin-stdlib, jackson-module-kotlin,
There are maybe transitive dependencies!

acteur-header-entities from group com.mastfrog (version 2.9.7)

Simple types, parsers and builders for common HTTP header values such as cache-control, basic auth credentials, frame options, strict transport security and connection that are easy to work with programmatically, parse out of inbound headers and generate correctly into outbound headers.

Group: com.mastfrog Artifact: acteur-header-entities
Show all versions Show documentation Show source 
 

0 downloads
Artifact acteur-header-entities
Group com.mastfrog
Version 2.9.7
Last update 21. February 2023
Organization Mastfrog Technologies
URL https://github.com/timboudreau/acteur
License MIT
Dependencies amount 1
Dependencies util-strings,
There are maybe transitive dependencies!

bytes from group at.favre.lib (version 1.6.1)

Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.

Group: at.favre.lib Artifact: bytes
Show all versions Show documentation Show source 
 

6 downloads
Artifact bytes
Group at.favre.lib
Version 1.6.1
Last update 15. February 2023
Organization not specified
URL https://github.com/patrickfav/bytes-java
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

atr from group nl.big-o (version 1.0.8)

Version 4 of ANTLR produces parse trees (contrary to abstract syntax trees). Depending on how your grammar is written, this can cause the parse tree to become large. This library might help compact the parse tree and adds the possibility to serialize the parse tree to JSON (and the other way around).

Group: nl.big-o Artifact: atr
Show documentation Show source 
 

0 downloads
Artifact atr
Group nl.big-o
Version 1.0.8
Last update 01. January 2023
Organization not specified
URL https://github.com/bkiers/antlr-tree-rewriter-java
License MIT License
Dependencies amount 2
Dependencies antlr4-runtime, antlr4-maven-plugin,
There are maybe transitive dependencies!

type-parser from group com.github.drapostolos (version 0.8.1)

This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List<Integer>, Set<File> etc. Also possible to register your own parsers.

Group: com.github.drapostolos Artifact: type-parser
Show all versions Show documentation Show source 
 

8 downloads
Artifact type-parser
Group com.github.drapostolos
Version 0.8.1
Last update 30. December 2022
Organization not specified
URL https://github.com/drapostolos/type-parser
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 76 from 88 (items total 873)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy