is not current version
Last Version 1.0.0-SNAPSHOTS

com.github.pengzhanqian:metool-parent 1.0.0

提供基础的Java封装的简化的工具类方法和常量

GroupId

GroupId

com.github.pengzhanqian
ArtifactId

ArtifactId

metool-parent
Version

Version

1.0.0
Type

Type

pom

Download metool-parent 1.0.0

Filename Size
metool-parent-1.0.0.pom 7 KB
Browse

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