| Группа | Группаde.kysy |
|---|---|
| Идентификатор | Идентификаторsimplefiledb |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simplefiledb-0.1.2.pom | |
| simplefiledb-0.1.2.jar | 15 KB |
| simplefiledb-0.1.2-sources.jar | 12 KB |
| simplefiledb-0.1.2-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.kysy/simplefiledb/ -->
<dependency>
<groupId>de.kysy</groupId>
<artifactId>simplefiledb</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.kysy/simplefiledb/
implementation 'de.kysy:simplefiledb:0.1.2'
// https://jarcasting.com/artifacts/de.kysy/simplefiledb/
implementation ("de.kysy:simplefiledb:0.1.2")
'de.kysy:simplefiledb:jar:0.1.2'
<dependency org="de.kysy" name="simplefiledb" rev="0.1.2">
<artifact name="simplefiledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kysy', module='simplefiledb', version='0.1.2')
)
libraryDependencies += "de.kysy" % "simplefiledb" % "0.1.2"
[de.kysy/simplefiledb "0.1.2"]