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

automata-commons-smartcollections from group net.automatalib (version 0.11.0)

This artifact provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies.

Group: net.automatalib Artifact: automata-commons-smartcollections
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-commons-smartcollections
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies guava, checker-qual, testng,
There are maybe transitive dependencies!

jaxb3-fluent-api from group com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons (version 3.0.2)

Causes JAXB RI 3 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB3 implementation.

Group: com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons Artifact: jaxb3-fluent-api
Show documentation Show source 
 

0 downloads
Artifact jaxb3-fluent-api
Group com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons
Version 3.0.2
Last update 04. November 2023
Organization not specified
URL https://github.com/evolvedbinary/jaxb3-commons
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

download-maven-plugin from group org.infrastructurebuilder.usurped (version 1.7.1.2)

This was usurped by IB. Follows is the original stuff:: This is a plugin meant to help maven user to download different files on different protocol in part of maven build. For the first implementation, there will only be a goal that will help downloading a maven artifact from the command line. Future version of the plugin could include web download, ftp download, scp download and so on.

Group: org.infrastructurebuilder.usurped Artifact: download-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact download-maven-plugin
Group org.infrastructurebuilder.usurped
Version 1.7.1.2
Last update 30. October 2023
Organization Open-Source
URL https://github.com/maven-download-plugin/maven-download-plugin
License not specified
Dependencies amount 9
Dependencies maven-shared-utils, httpclient, httpclient-cache, plexus-archiver, plexus-utils, wagon-provider-api, plexus-sec-dispatcher, plexus-build-api, jsr305,
There are maybe transitive dependencies!

openCypher-frontend-1 from group org.graphfoundation.ongdb (version 1.0.5)

Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.

Group: org.graphfoundation.ongdb Artifact: openCypher-frontend-1
Show all versions Show documentation Show source 
 

0 downloads
Artifact openCypher-frontend-1
Group org.graphfoundation.ongdb
Version 1.0.5
Last update 27. October 2023
Organization not specified
URL https://graphfoundation.org/projects/ongdb/${project.version}/${project.artifactId}
License Apache License, Version 2.0
Dependencies amount 8
Dependencies ongdb-geequel-util-3.4, ongdb-geequel-expression-3.4, scala-library, scala-reflect, scalatest_2.11, scalacheck_2.11, parboiled-scala_2.11, commons-lang3,
There are maybe transitive dependencies!

pcj from group pl.edu.icm.pcj (version 5.3.3)

PCJ is Java library for parallel computing in Java. It is based on the PGAS (Partitioned Global Address Space) paradigm. It allows for easy implementation in Java of any parallel algorithm. PCJ application can be run on laptop, workstation, cluster and HPC system including large supercomputers.

Group: pl.edu.icm.pcj Artifact: pcj
Show all versions Show documentation Show source 
 

0 downloads
Artifact pcj
Group pl.edu.icm.pcj
Version 5.3.3
Last update 10. October 2023
Organization not specified
URL http://pcj.icm.edu.pl
License The 3-Clause BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lutra-cli from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule provides a command-line interface (CLI) for Lutra. This modules is intended used as a Java executable. Other usage interfaces are provided by the lutra-api and lutra-restapi modules. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-cli
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lutra-stottr from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule implements readers and writers for the stOTTR formalisation format (https://spec.ottr.xyz/stOTTR/). stOTTR is a custom-built serialisation format for OTTR intended to be easy to read and write for humans (and computers!). Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-stottr
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-stottr
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies lutra-core, lutra-wottr, antlr4-runtime,
There are maybe transitive dependencies!

lutra-bottr from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule implements bOTTR (https://spec.ottr.xyz/bOTTR/0.1/). bOTTR is a mapping language for transforming data from relational databases, triplestores, CSV-files and other sources, into instances of templates. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-bottr
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-bottr
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies lutra-core, lutra-wottr, commons-dbutils, commons-dbcp2, h2, junit-jupiter-params,
There are maybe transitive dependencies!

lutra-api from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule is intended for use as a Java library. It has dependencies to all other modules in Lutra, except those that are used for providing executable interfaces, such as command line and REST API interfaces. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-api
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies lutra-core, lutra-wottr, lutra-stottr, lutra-bottr, lutra-tabottr, lutra-docttr, junit-jupiter-params,
There are maybe transitive dependencies!

lutra-wottr from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule implements readers and writers for the wOTTR serialisation format (https://spec.ottr.xyz/wOTTR/0.4/). wOTTR is a syntax for writing templates and instances in RDF intended for publishing templates and instances on the web or for storage in a triplestore. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-wottr
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-wottr
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies lutra-core, jena-arq, junit-jupiter-params,
There are maybe transitive dependencies!



Page 1640 from 1716 (items total 17160)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy