Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.orgnizationteam |
ArtifactId | ArtifactIdtestmaven |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
testmaven-1.6.pom | |
testmaven-1.6.jar | 1 KB |
testmaven-1.6-sources.jar | 1 KB |
testmaven-1.6-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.orgnizationteam/testmaven/ -->
<dependency>
<groupId>com.github.orgnizationteam</groupId>
<artifactId>testmaven</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.orgnizationteam/testmaven/
implementation 'com.github.orgnizationteam:testmaven:1.6'
// https://jarcasting.com/artifacts/com.github.orgnizationteam/testmaven/
implementation ("com.github.orgnizationteam:testmaven:1.6")
'com.github.orgnizationteam:testmaven:jar:1.6'
<dependency org="com.github.orgnizationteam" name="testmaven" rev="1.6">
<artifact name="testmaven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.orgnizationteam', module='testmaven', version='1.6')
)
libraryDependencies += "com.github.orgnizationteam" % "testmaven" % "1.6"
[com.github.orgnizationteam/testmaven "1.6"]