GroupId | GroupIdorg.dbist |
---|---|
ArtifactId | ArtifactIddbist-parent |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
dbist-parent-2.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dbist/dbist-parent/ -->
<dependency>
<groupId>org.dbist</groupId>
<artifactId>dbist-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dbist/dbist-parent/
implementation 'org.dbist:dbist-parent:2.0.2'
// https://jarcasting.com/artifacts/org.dbist/dbist-parent/
implementation ("org.dbist:dbist-parent:2.0.2")
'org.dbist:dbist-parent:pom:2.0.2'
<dependency org="org.dbist" name="dbist-parent" rev="2.0.2">
<artifact name="dbist-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dbist', module='dbist-parent', version='2.0.2')
)
libraryDependencies += "org.dbist" % "dbist-parent" % "2.0.2"
[org.dbist/dbist-parent "2.0.2"]