is not current version
Last Version 1.0.1

com.github.devkumarL:testMaven 1.0.0

test project for Maven

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.devkumarL
ArtifactId

ArtifactId

testMaven
Version

Version

1.0.0
Type

Type

jar

Download testMaven 1.0.0


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