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