is not current version
Last Version 1.5.2

de.julielab:costosys 1.0.6

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.

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

costosys
Version

Version

1.0.6
Type

Type

jar

Download costosys 1.0.6


<!-- https://jarcasting.com/artifacts/de.julielab/costosys/ -->
<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>costosys</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/costosys/
implementation 'de.julielab:costosys:1.0.6'
// https://jarcasting.com/artifacts/de.julielab/costosys/
implementation ("de.julielab:costosys:1.0.6")
'de.julielab:costosys:jar:1.0.6'
<dependency org="de.julielab" name="costosys" rev="1.0.6">
  <artifact name="costosys" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='costosys', version='1.0.6')
)
libraryDependencies += "de.julielab" % "costosys" % "1.0.6"
[de.julielab/costosys "1.0.6"]