is not current version
Last Version 2.5

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

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

2.3
Type

Type

jar

Download maven-test-proj 2.3


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