is not current version
Last Version 0.3.35

no.mnemonic.services.common:parent 0.2.7

Reusable Java components for building scalable microservices

GroupId

GroupId

no.mnemonic.services.common
ArtifactId

ArtifactId

parent
Version

Version

0.2.7
Type

Type

pom

Download parent 0.2.7

Filename Size
parent-0.2.7.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.2.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.mnemonic.services.common/parent/
implementation 'no.mnemonic.services.common:parent:0.2.7'
// https://jarcasting.com/artifacts/no.mnemonic.services.common/parent/
implementation ("no.mnemonic.services.common:parent:0.2.7")
'no.mnemonic.services.common:parent:pom:0.2.7'
<dependency org="no.mnemonic.services.common" name="parent" rev="0.2.7">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.mnemonic.services.common', module='parent', version='0.2.7')
)
libraryDependencies += "no.mnemonic.services.common" % "parent" % "0.2.7"
[no.mnemonic.services.common/parent "0.2.7"]