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