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