GroupId | GroupIdcom.mercateo.eventstore |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.2.35 |
Type | Typejar |
Filename | Size |
---|---|
parent-0.2.35.pom | 10 KB |
parent-0.2.35-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.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.eventstore/parent/
implementation 'com.mercateo.eventstore:parent:0.2.35'
// https://jarcasting.com/artifacts/com.mercateo.eventstore/parent/
implementation ("com.mercateo.eventstore:parent:0.2.35")
'com.mercateo.eventstore:parent:jar:0.2.35'
<dependency org="com.mercateo.eventstore" name="parent" rev="0.2.35">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.eventstore', module='parent', version='0.2.35')
)
libraryDependencies += "com.mercateo.eventstore" % "parent" % "0.2.35"
[com.mercateo.eventstore/parent "0.2.35"]