GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMyGenerator |
Version | Version1.0.8.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
MyGenerator-1.0.8.RELEASE.pom | |
MyGenerator-1.0.8.RELEASE.jar | 20 KB |
MyGenerator-1.0.8.RELEASE-sources.jar | 11 KB |
MyGenerator-1.0.8.RELEASE-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyGenerator</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:1.0.8.RELEASE")
'cn.renlm.plugins:MyGenerator:jar:1.0.8.RELEASE'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="1.0.8.RELEASE">
<artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='1.0.8.RELEASE')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "1.0.8.RELEASE"
[cn.renlm.plugins/MyGenerator "1.0.8.RELEASE"]