GroupId | GroupIdcom.strategicgains.repoexpress |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.3.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strategicgains.repoexpress/parent/ -->
<dependency>
<groupId>com.strategicgains.repoexpress</groupId>
<artifactId>parent</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.strategicgains.repoexpress/parent/
implementation 'com.strategicgains.repoexpress:parent:0.3.3'
// https://jarcasting.com/artifacts/com.strategicgains.repoexpress/parent/
implementation ("com.strategicgains.repoexpress:parent:0.3.3")
'com.strategicgains.repoexpress:parent:pom:0.3.3'
<dependency org="com.strategicgains.repoexpress" name="parent" rev="0.3.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.strategicgains.repoexpress', module='parent', version='0.3.3')
)
libraryDependencies += "com.strategicgains.repoexpress" % "parent" % "0.3.3"
[com.strategicgains.repoexpress/parent "0.3.3"]