License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.devkumarL |
ArtifactId | ArtifactIdtestMaven |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptiontestMaven
test project for Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testMaven-1.0.1.pom | |
testMaven-1.0.1.jar | 3 KB |
testMaven-1.0.1-sources.jar | 3 KB |
testMaven-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devkumarL/testMaven/
implementation 'com.github.devkumarL:testMaven:1.0.1'
// https://jarcasting.com/artifacts/com.github.devkumarL/testMaven/
implementation ("com.github.devkumarL:testMaven:1.0.1")
'com.github.devkumarL:testMaven:jar:1.0.1'
<dependency org="com.github.devkumarL" name="testMaven" rev="1.0.1">
<artifact name="testMaven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devkumarL', module='testMaven', version='1.0.1')
)
libraryDependencies += "com.github.devkumarL" % "testMaven" % "1.0.1"
[com.github.devkumarL/testMaven "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |