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