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