Download JAR files tagged by format with all dependencies
graal-store-blueprints from group fr.lirmm.graphik (version 1.3.a2)
Group: fr.lirmm.graphik Artifact: graal-store-blueprints
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact graal-store-blueprints
Group fr.lirmm.graphik
Version 1.3.a2
Last update 01. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-util, graal-core, graal-api, blueprints-core,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.a2
Last update 01. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-util, graal-core, graal-api, blueprints-core,
There are maybe transitive dependencies!
csv from group no.laukvik (version 0.9.3)
LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format.
In contrast to other API it lets you specify data types for each column using meta data. It automatically
detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc.
Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your
tabular data to CSV, JSON, XML and HTML.
Artifact csv
Group no.laukvik
Version 0.9.3
Last update 27. May 2017
Organization not specified
URL https://github.com/laukvik/CSV
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group no.laukvik
Version 0.9.3
Last update 27. May 2017
Organization not specified
URL https://github.com/laukvik/CSV
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
graal-store-jenaTDB from group fr.lirmm.graphik (version 1.3.a1)
Group: fr.lirmm.graphik Artifact: graal-store-jenaTDB
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact graal-store-jenaTDB
Group fr.lirmm.graphik
Version 1.3.a1
Last update 12. April 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies graal-core, graal-api, jena-tdb, jena-arq, jena-core,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.a1
Last update 12. April 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies graal-core, graal-api, jena-tdb, jena-arq, jena-core,
There are maybe transitive dependencies!
graal-store-openrdf from group fr.lirmm.graphik (version 1.3.a0)
Group: fr.lirmm.graphik Artifact: graal-store-openrdf
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact graal-store-openrdf
Group fr.lirmm.graphik
Version 1.3.a0
Last update 30. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies graal-core, graal-api, sesame-sail-api, sesame-sail-memory, sesame-repository-sail, sesame-repository-api, sesame-util, sesame-query, sesame-model,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.3.a0
Last update 30. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies graal-core, graal-api, sesame-sail-api, sesame-sail-memory, sesame-repository-sail, sesame-repository-api, sesame-util, sesame-query, sesame-model,
There are maybe transitive dependencies!
big-map_2.11 from group com.avast (version 1.1)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
big-map_2.10 from group com.avast (version 1.1)
In some data processing tasks we need to use huge maps or sets that are bigger
than available JVM heap space or they are loading too slow to standard Java or Scala Maps.
We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets.
Some columns are used as a key and rest of columns as a value.
Idea of this library is simple. We can prepare these maps once (sort by key),
store it to file and then use it as memory mapped file.
Searching key in sorted file has log(n) complexity.
If more processes uses the same memory mapped file, it exists in memory just once (on Linux).
This file can be loaded lazy by OS.
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!
alpheusafpparser from group com.github.afpdev (version 0.2.2)
Alpheus AFP Parser is a library and parser for the IBM Advanced Function Presentation (AFP) document/print stream format.
Alpheus covers all AFP specifications: MO:DCA, BCOCA, CMOCA, FOCA, GOCA, IOCA, and PTOCA. It is a complete implementation. Every Structured Field, Repeating Group, and Triplet is fully implemented as Java class. Alpheus AFP Parser was written from scratch and has no external dependencies.
Copyright 2015,2016 Rudolf Fiala
Alpheus AFP Parser is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Artifact alpheusafpparser
Group com.github.afpdev
Version 0.2.2
Last update 03. October 2016
Organization not specified
URL https://github.com/afpdev/alpheusafpparser
License GNU General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.afpdev
Version 0.2.2
Last update 03. October 2016
Organization not specified
URL https://github.com/afpdev/alpheusafpparser
License GNU General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
graal-distro from group fr.lirmm.graphik (version 1.2.0)
Artifact graal-distro
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies graal-util, graal-api, graal-core, graal-homomorphism, graal-forward-chaining, graal-backward-chaining, graal-rules-analyser, graal-io-dlgp, graal-io-owl, graal-io-ruleml, graal-io-sparql, graal-store-rdbms, graal-store-blueprints, graal-store-jenaTDB, graal-store-neo4j, graal-store-openrdf, logback-classic,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies graal-util, graal-api, graal-core, graal-homomorphism, graal-forward-chaining, graal-backward-chaining, graal-rules-analyser, graal-io-dlgp, graal-io-owl, graal-io-ruleml, graal-io-sparql, graal-store-rdbms, graal-store-blueprints, graal-store-jenaTDB, graal-store-neo4j, graal-store-openrdf, logback-classic,
There are maybe transitive dependencies!
graal-examples from group fr.lirmm.graphik (version 1.2.0)
0 downloads
Artifact graal-examples
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies graal-api, graal-util, graal-homomorphism, graal-store-openrdf, graal-store-neo4j, graal-store-rdbms, graal-incubator-misc, graal-core, graal-io-dlgp, graal-io-owl, graal-io-rdf, graal-io-sparql, graal-io-ruleml, graal-backward-chaining, graal-forward-chaining, graal-rules-analyser, logback-classic,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies graal-api, graal-util, graal-homomorphism, graal-store-openrdf, graal-store-neo4j, graal-store-rdbms, graal-incubator-misc, graal-core, graal-io-dlgp, graal-io-owl, graal-io-rdf, graal-io-sparql, graal-io-ruleml, graal-backward-chaining, graal-forward-chaining, graal-rules-analyser, logback-classic,
There are maybe transitive dependencies!
graal-interpreter from group fr.lirmm.graphik (version 1.2.0)
0 downloads
Artifact graal-interpreter
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies graal-api, graal-homomorphism, graal-core, graal-util, graal-forward-chaining, graal-io-dlgp, jcommander, logback-classic,
There are maybe transitive dependencies!
Group fr.lirmm.graphik
Version 1.2.0
Last update 29. July 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies graal-api, graal-homomorphism, graal-core, graal-util, graal-forward-chaining, graal-io-dlgp, jcommander, logback-classic,
There are maybe transitive dependencies!
Page 301 from 3 (items total 3070)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy