GroupId | GroupIdio.github.wilson-he |
---|---|
ArtifactId | ArtifactIdgenerator-enhance |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wilson-he/generator-enhance/ -->
<dependency>
<groupId>io.github.wilson-he</groupId>
<artifactId>generator-enhance</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wilson-he/generator-enhance/
implementation 'io.github.wilson-he:generator-enhance:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.wilson-he/generator-enhance/
implementation ("io.github.wilson-he:generator-enhance:0.0.1.RELEASE")
'io.github.wilson-he:generator-enhance:jar:0.0.1.RELEASE'
<dependency org="io.github.wilson-he" name="generator-enhance" rev="0.0.1.RELEASE">
<artifact name="generator-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wilson-he', module='generator-enhance', version='0.0.1.RELEASE')
)
libraryDependencies += "io.github.wilson-he" % "generator-enhance" % "0.0.1.RELEASE"
[io.github.wilson-he/generator-enhance "0.0.1.RELEASE"]