is not current version
Last Version 2.4.4

cn.renlm.plugins:My-Plugin 2.0.8

Java简化开发套路

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

My-Plugin
Version

Version

2.0.8
Type

Type

jar

Download My-Plugin 2.0.8


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