is not current version
Last Version 2.4.4

cn.renlm.plugins:MyPlugin-parent 1.0.2.RELEASE

Java简化开发套路集

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyPlugin-parent
Version

Version

1.0.2.RELEASE
Type

Type

pom

Download MyPlugin-parent 1.0.2.RELEASE


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