GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMyGenerator |
Version | Version1.9.17 |
Type | Typejar |
Filename | Size |
---|---|
MyGenerator-1.9.17.pom | |
MyGenerator-1.9.17.jar | 22 KB |
MyGenerator-1.9.17-sources.jar | 11 KB |
MyGenerator-1.9.17-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.17</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation 'cn.renlm.plugins:MyGenerator:1.9.17'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyGenerator/
implementation ("cn.renlm.plugins:MyGenerator:1.9.17")
'cn.renlm.plugins:MyGenerator:jar:1.9.17'
<dependency org="cn.renlm.plugins" name="MyGenerator" rev="1.9.17">
<artifact name="MyGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyGenerator', version='1.9.17')
)
libraryDependencies += "cn.renlm.plugins" % "MyGenerator" % "1.9.17"
[cn.renlm.plugins/MyGenerator "1.9.17"]