is not current version
Last Version 1.11.0

com.xzchaoo.commons:commons-parent 1.0.10

commons

GroupId

GroupId

com.xzchaoo.commons
ArtifactId

ArtifactId

commons-parent
Version

Version

1.0.10
Type

Type

pom

Download commons-parent 1.0.10


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