is not current version
Last Version 3.0.38

com.github.jchanghong:parent 3.0.22

抽取日常开发常用工具

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

parent
Version

Version

3.0.22
Type

Type

pom

Download parent 3.0.22

Filename Size
parent-3.0.22.pom 18 KB
Browse

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