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