GroupId | GroupIdio.github.guyuefeng2016 |
---|---|
ArtifactId | ArtifactIdgen-test |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
gen-test-0.0.3.pom | |
gen-test-0.0.3.jar | 57 KB |
gen-test-0.0.3-sources.jar | 30 KB |
gen-test-0.0.3-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.guyuefeng2016/gen-test/ -->
<dependency>
<groupId>io.github.guyuefeng2016</groupId>
<artifactId>gen-test</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guyuefeng2016/gen-test/
implementation 'io.github.guyuefeng2016:gen-test:0.0.3'
// https://jarcasting.com/artifacts/io.github.guyuefeng2016/gen-test/
implementation ("io.github.guyuefeng2016:gen-test:0.0.3")
'io.github.guyuefeng2016:gen-test:jar:0.0.3'
<dependency org="io.github.guyuefeng2016" name="gen-test" rev="0.0.3">
<artifact name="gen-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guyuefeng2016', module='gen-test', version='0.0.3')
)
libraryDependencies += "io.github.guyuefeng2016" % "gen-test" % "0.0.3"
[io.github.guyuefeng2016/gen-test "0.0.3"]