is not current version
Last Version 2.17.0.RELEASE

io.xream.x7:x7-parent 1.5.6.RELEASE

x7 base on spring boot

GroupId

GroupId

io.xream.x7
ArtifactId

ArtifactId

x7-parent
Version

Version

1.5.6.RELEASE
Type

Type

pom

Download x7-parent 1.5.6.RELEASE


<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-parent/ -->
<dependency>
    <groupId>io.xream.x7</groupId>
    <artifactId>x7-parent</artifactId>
    <version>1.5.6.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-parent/
implementation 'io.xream.x7:x7-parent:1.5.6.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-parent/
implementation ("io.xream.x7:x7-parent:1.5.6.RELEASE")
'io.xream.x7:x7-parent:pom:1.5.6.RELEASE'
<dependency org="io.xream.x7" name="x7-parent" rev="1.5.6.RELEASE">
  <artifact name="x7-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-parent', version='1.5.6.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-parent" % "1.5.6.RELEASE"
[io.xream.x7/x7-parent "1.5.6.RELEASE"]