Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.devkumarL |
ArtifactId | ArtifactIdtestMaven |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
testMaven-1.0.0.pom | |
testMaven-1.0.0.jar | 3 KB |
testMaven-1.0.0-sources.jar | 3 KB |
testMaven-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- 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"]