is not current version
Last Version 5.1

com.github.leeyazhou:parent 4.1

定义常用maven配置信息,省时好用。

GroupId

GroupId

com.github.leeyazhou
ArtifactId

ArtifactId

parent
Version

Version

4.1
Type

Type

pom

Download parent 4.1

Filename Size
parent-4.1.pom 17 KB
Browse

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