GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdgenerator |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
generator-1.3.0.pom | |
generator-1.3.0.jar | 48 KB |
generator-1.3.0-sources.jar | 24 KB |
generator-1.3.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/generator/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>generator</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/generator/
implementation 'io.github.shaohuizhe:generator:1.3.0'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/generator/
implementation ("io.github.shaohuizhe:generator:1.3.0")
'io.github.shaohuizhe:generator:jar:1.3.0'
<dependency org="io.github.shaohuizhe" name="generator" rev="1.3.0">
<artifact name="generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='generator', version='1.3.0')
)
libraryDependencies += "io.github.shaohuizhe" % "generator" % "1.3.0"
[io.github.shaohuizhe/generator "1.3.0"]