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