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