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