is not current version
Last Version 2.5

io.github.chshen1998:maven-test-proj 1.7

This is a test project for publishing to maven central

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.chshen1998
ArtifactId

ArtifactId

maven-test-proj
Version

Version

1.7
Type

Type

jar

Download maven-test-proj 1.7


<!-- https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/ -->
<dependency>
    <groupId>io.github.chshen1998</groupId>
    <artifactId>maven-test-proj</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/
implementation 'io.github.chshen1998:maven-test-proj:1.7'
// https://jarcasting.com/artifacts/io.github.chshen1998/maven-test-proj/
implementation ("io.github.chshen1998:maven-test-proj:1.7")
'io.github.chshen1998:maven-test-proj:jar:1.7'
<dependency org="io.github.chshen1998" name="maven-test-proj" rev="1.7">
  <artifact name="maven-test-proj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chshen1998', module='maven-test-proj', version='1.7')
)
libraryDependencies += "io.github.chshen1998" % "maven-test-proj" % "1.7"
[io.github.chshen1998/maven-test-proj "1.7"]