GroupId | GroupIdcom.github.jchanghong |
---|---|
ArtifactId | ArtifactIdjch-parent |
Version | Version2022.23.0 |
Type | Typepom |
Filename | Size |
---|---|
jch-parent-2022.23.0.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>jch-parent</artifactId>
<version>2022.23.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation 'com.github.jchanghong:jch-parent:2022.23.0'
// https://jarcasting.com/artifacts/com.github.jchanghong/jch-parent/
implementation ("com.github.jchanghong:jch-parent:2022.23.0")
'com.github.jchanghong:jch-parent:pom:2022.23.0'
<dependency org="com.github.jchanghong" name="jch-parent" rev="2022.23.0">
<artifact name="jch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='jch-parent', version='2022.23.0')
)
libraryDependencies += "com.github.jchanghong" % "jch-parent" % "2022.23.0"
[com.github.jchanghong/jch-parent "2022.23.0"]