GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMy-Plugin |
Version | Version1.0.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
My-Plugin-1.0.3.RELEASE.pom | |
My-Plugin-1.0.3.RELEASE.jar | 97 KB |
My-Plugin-1.0.3.RELEASE-sources.jar | 55 KB |
My-Plugin-1.0.3.RELEASE-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>My-Plugin</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation 'cn.renlm.plugins:My-Plugin:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation ("cn.renlm.plugins:My-Plugin:1.0.3.RELEASE")
'cn.renlm.plugins:My-Plugin:jar:1.0.3.RELEASE'
<dependency org="cn.renlm.plugins" name="My-Plugin" rev="1.0.3.RELEASE">
<artifact name="My-Plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='My-Plugin', version='1.0.3.RELEASE')
)
libraryDependencies += "cn.renlm.plugins" % "My-Plugin" % "1.0.3.RELEASE"
[cn.renlm.plugins/My-Plugin "1.0.3.RELEASE"]