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