GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIddbtest |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
dbtest-1.0.4.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/dbtest/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>dbtest</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest/
implementation 'com.github.fartherp:dbtest:1.0.4'
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest/
implementation ("com.github.fartherp:dbtest:1.0.4")
'com.github.fartherp:dbtest:pom:1.0.4'
<dependency org="com.github.fartherp" name="dbtest" rev="1.0.4">
<artifact name="dbtest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='dbtest', version='1.0.4')
)
libraryDependencies += "com.github.fartherp" % "dbtest" % "1.0.4"
[com.github.fartherp/dbtest "1.0.4"]