Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdno.mnemonic.messaging |
ArtifactId | ArtifactIdparent |
Version | Version1.2.11 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.2.11.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.mnemonic.messaging/parent/ -->
<dependency>
<groupId>no.mnemonic.messaging</groupId>
<artifactId>parent</artifactId>
<version>1.2.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.mnemonic.messaging/parent/
implementation 'no.mnemonic.messaging:parent:1.2.11'
// https://jarcasting.com/artifacts/no.mnemonic.messaging/parent/
implementation ("no.mnemonic.messaging:parent:1.2.11")
'no.mnemonic.messaging:parent:pom:1.2.11'
<dependency org="no.mnemonic.messaging" name="parent" rev="1.2.11">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.mnemonic.messaging', module='parent', version='1.2.11')
)
libraryDependencies += "no.mnemonic.messaging" % "parent" % "1.2.11"
[no.mnemonic.messaging/parent "1.2.11"]