is not current version
Last Version 2.4.4

cn.renlm.plugins:My-Plugin 2.4.2

Java简化开发套路

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

My-Plugin
Version

Version

2.4.2
Type

Type

jar

Download My-Plugin 2.4.2


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