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