GroupId | GroupIdcom.github.buckelieg |
---|---|
ArtifactId | ArtifactIddb-tools |
Version | Version0.19 |
Type | Typejar |
Filename | Size |
---|---|
db-tools-0.19.pom | |
db-tools-0.19.jar | 31 KB |
db-tools-0.19-sources.jar | 21 KB |
db-tools-0.19-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.buckelieg/db-tools/ -->
<dependency>
<groupId>com.github.buckelieg</groupId>
<artifactId>db-tools</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.buckelieg/db-tools/
implementation 'com.github.buckelieg:db-tools:0.19'
// https://jarcasting.com/artifacts/com.github.buckelieg/db-tools/
implementation ("com.github.buckelieg:db-tools:0.19")
'com.github.buckelieg:db-tools:jar:0.19'
<dependency org="com.github.buckelieg" name="db-tools" rev="0.19">
<artifact name="db-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.buckelieg', module='db-tools', version='0.19')
)
libraryDependencies += "com.github.buckelieg" % "db-tools" % "0.19"
[com.github.buckelieg/db-tools "0.19"]