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