is not current version
Last Version 2.5

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

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.1
Type

Type

jar

Download maven-test-proj 2.1


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