GroupId | GroupIdcom.github.codemonstur |
---|---|
ArtifactId | ArtifactIdfilldb |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
filldb-0.1.0.pom | |
filldb-0.1.0.jar | 2 MB |
filldb-0.1.0-sources.jar | 2 MB |
filldb-0.1.0-javadoc.jar | 516 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/filldb/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>filldb</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/filldb/
implementation 'com.github.codemonstur:filldb:0.1.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/filldb/
implementation ("com.github.codemonstur:filldb:0.1.0")
'com.github.codemonstur:filldb:jar:0.1.0'
<dependency org="com.github.codemonstur" name="filldb" rev="0.1.0">
<artifact name="filldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='filldb', version='0.1.0')
)
libraryDependencies += "com.github.codemonstur" % "filldb" % "0.1.0"
[com.github.codemonstur/filldb "0.1.0"]