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