GroupId | GroupIdin.sourceshift.genericmodules |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version16.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-16.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.sourceshift.genericmodules/parent/ -->
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>parent</artifactId>
<version>16.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/parent/
implementation 'in.sourceshift.genericmodules:parent:16.0.0'
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/parent/
implementation ("in.sourceshift.genericmodules:parent:16.0.0")
'in.sourceshift.genericmodules:parent:pom:16.0.0'
<dependency org="in.sourceshift.genericmodules" name="parent" rev="16.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.sourceshift.genericmodules', module='parent', version='16.0.0')
)
libraryDependencies += "in.sourceshift.genericmodules" % "parent" % "16.0.0"
[in.sourceshift.genericmodules/parent "16.0.0"]