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