GroupId | GroupIdno.mnemonic.services.common |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.3.17 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.3.17.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.mnemonic.services.common/parent/ -->
<dependency>
<groupId>no.mnemonic.services.common</groupId>
<artifactId>parent</artifactId>
<version>0.3.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.mnemonic.services.common/parent/
implementation 'no.mnemonic.services.common:parent:0.3.17'
// https://jarcasting.com/artifacts/no.mnemonic.services.common/parent/
implementation ("no.mnemonic.services.common:parent:0.3.17")
'no.mnemonic.services.common:parent:pom:0.3.17'
<dependency org="no.mnemonic.services.common" name="parent" rev="0.3.17">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.mnemonic.services.common', module='parent', version='0.3.17')
)
libraryDependencies += "no.mnemonic.services.common" % "parent" % "0.3.17"
[no.mnemonic.services.common/parent "0.3.17"]