License |
License |
---|---|
GroupId | GroupIdno.mnemonic.commons |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.4.12 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmnemonic commons
Reusable Java utilities
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.4.12.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.mnemonic.commons/parent/ -->
<dependency>
<groupId>no.mnemonic.commons</groupId>
<artifactId>parent</artifactId>
<version>0.4.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.mnemonic.commons/parent/
implementation 'no.mnemonic.commons:parent:0.4.12'
// https://jarcasting.com/artifacts/no.mnemonic.commons/parent/
implementation ("no.mnemonic.commons:parent:0.4.12")
'no.mnemonic.commons:parent:pom:0.4.12'
<dependency org="no.mnemonic.commons" name="parent" rev="0.4.12">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.mnemonic.commons', module='parent', version='0.4.12')
)
libraryDependencies += "no.mnemonic.commons" % "parent" % "0.4.12"
[no.mnemonic.commons/parent "0.4.12"]