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