GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIddb |
Version | Version0.0.12 |
Type | Typepom |
Filename | Size |
---|---|
db-0.0.12.pom | 808 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/db/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>db</artifactId>
<version>0.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/db/
implementation 'org.tinygroup:db:0.0.12'
// https://jarcasting.com/artifacts/org.tinygroup/db/
implementation ("org.tinygroup:db:0.0.12")
'org.tinygroup:db:pom:0.0.12'
<dependency org="org.tinygroup" name="db" rev="0.0.12">
<artifact name="db" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='db', version='0.0.12')
)
libraryDependencies += "org.tinygroup" % "db" % "0.0.12"
[org.tinygroup/db "0.0.12"]