is not current version
Last Version 2.5

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

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

Type

jar

Download maven-test-proj 1.4


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