License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdcostosys |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCorpus Storage System
A utility for managing documents stored in a PostgreSQL database. The documents are imported into a
PostgreSQL DB as full texts with the goal to be able to retrieve the documents by their PubMedID efficiently.
For more sophisticated tasks, a user configuration file can be delivered which can take control of the table
schema to use, the PostgreSQL schema to use and the actual database server to connect to as well as the concrete
database.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
costosys-1.5.2.pom | |
costosys-1.5.2.jar | 161 KB |
costosys-1.5.2-sources.jar | 100 KB |
costosys-1.5.2-javadoc.jar | 701 KB |
costosys-1.5.2-cli-assembly.jar | 32 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.julielab/costosys/ -->
<dependency>
<groupId>de.julielab</groupId>
<artifactId>costosys</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/costosys/
implementation 'de.julielab:costosys:1.5.2'
// https://jarcasting.com/artifacts/de.julielab/costosys/
implementation ("de.julielab:costosys:1.5.2")
'de.julielab:costosys:jar:1.5.2'
<dependency org="de.julielab" name="costosys" rev="1.5.2">
<artifact name="costosys" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='costosys', version='1.5.2')
)
libraryDependencies += "de.julielab" % "costosys" % "1.5.2"
[de.julielab/costosys "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-jre |
org.slf4j : slf4j-api | jar | 1.7.30 |
de.julielab : jcore-xmi-splitter | jar | 2.3.4 |
commons-io : commons-io | jar | 2.7 |
de.julielab : julie-xml-tools | jar | 0.6.1 |
com.zaxxer : HikariCP | jar | 3.3.0 |
org.postgresql : postgresql | jar | 42.2.5.jre7 |
de.julielab : julielab-java-utilities | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.elasticsearch.client : transport | jar | 5.4.0 |
org.apache.commons : commons-configuration2 | jar | 2.7 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.10.3 |
org.testcontainers : postgresql | jar | 1.10.3 |
org.assertj : assertj-core | jar | 3.16.1 |
org.testng : testng | jar | 7.1.0 |
de.julielab : jcore-db-test-utilities | jar | 2.5.0 |