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