| License |
License |
|---|---|
| GroupId | GroupIdde.kysy |
| ArtifactId | ArtifactIdsimplefiledb |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimplefiledb
Simple flat file database
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| simplefiledb-0.1.5.pom | |
| simplefiledb-0.1.5.jar | 15 KB |
| simplefiledb-0.1.5-sources.jar | 12 KB |
| simplefiledb-0.1.5-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.kysy/simplefiledb/ -->
<dependency>
<groupId>de.kysy</groupId>
<artifactId>simplefiledb</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.kysy/simplefiledb/
implementation 'de.kysy:simplefiledb:0.1.5'
// https://jarcasting.com/artifacts/de.kysy/simplefiledb/
implementation ("de.kysy:simplefiledb:0.1.5")
'de.kysy:simplefiledb:jar:0.1.5'
<dependency org="de.kysy" name="simplefiledb" rev="0.1.5">
<artifact name="simplefiledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kysy', module='simplefiledb', version='0.1.5')
)
libraryDependencies += "de.kysy" % "simplefiledb" % "0.1.5"
[de.kysy/simplefiledb "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| org.jetbrains : annotations | jar | 17.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |