GroupId | GroupIdio.pythagoras.messagebus |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.3.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.messagebus/parent/ -->
<dependency>
<groupId>io.pythagoras.messagebus</groupId>
<artifactId>parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.messagebus/parent/
implementation 'io.pythagoras.messagebus:parent:1.3.0'
// https://jarcasting.com/artifacts/io.pythagoras.messagebus/parent/
implementation ("io.pythagoras.messagebus:parent:1.3.0")
'io.pythagoras.messagebus:parent:pom:1.3.0'
<dependency org="io.pythagoras.messagebus" name="parent" rev="1.3.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.messagebus', module='parent', version='1.3.0')
)
libraryDependencies += "io.pythagoras.messagebus" % "parent" % "1.3.0"
[io.pythagoras.messagebus/parent "1.3.0"]