License |
License |
---|---|
Categories |
CategoriesJedis Data Databases |
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdjedis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJena Document Information 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 |
---|---|
jedis-1.0.0.pom | |
jedis-1.0.0.jar | 111 KB |
jedis-1.0.0-tests.jar | 43 KB |
jedis-1.0.0-sources.jar | 67 KB |
jedis-1.0.0-javadoc.jar | 181 KB |
jedis-1.0.0-cli-assembly.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.julielab/jedis/ -->
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jedis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jedis/
implementation 'de.julielab:jedis:1.0.0'
// https://jarcasting.com/artifacts/de.julielab/jedis/
implementation ("de.julielab:jedis:1.0.0")
'de.julielab:jedis:jar:1.0.0'
<dependency org="de.julielab" name="jedis" rev="1.0.0">
<artifact name="jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jedis', version='1.0.0')
)
libraryDependencies += "de.julielab" % "jedis" % "1.0.0"
[de.julielab/jedis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.24 |
commons-io : commons-io | jar | 2.4 |
de.julielab : julie-xml-tools | jar | 0.3.4 |
com.zaxxer : HikariCP | jar | 2.4.1 |
org.postgresql : postgresql | jar | 42.0.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.4 |
ch.qos.logback : logback-classic | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.dbunit : dbunit | jar | 2.4.8 |
Version |
---|
1.0.0
|