не последняя версия
Последняя версия 1.5.2

de.julielab:costosys 1.0.0

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.

Группа

Группа

de.julielab
Идентификатор

Идентификатор

costosys
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать costosys 1.0.0


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