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