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