is not current version
Last Version 2.4.4

cn.renlm.plugins:My-Plugin 1.5.5

Java简化开发套路

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

My-Plugin
Version

Version

1.5.5
Type

Type

jar

Download My-Plugin 1.5.5


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