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