| GroupId | GroupIdorg.gaixie.jibu.itest |
|---|---|
| ArtifactId | ArtifactIdwar-itest-suite |
| Version | Version1.0.0-M3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| war-itest-suite-1.0.0-M3.pom | |
| war-itest-suite-1.0.0-M3.jar | 4 KB |
| war-itest-suite-1.0.0-M3-sources.jar | 2 KB |
| war-itest-suite-1.0.0-M3-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.itest/war-itest-suite/ -->
<dependency>
<groupId>org.gaixie.jibu.itest</groupId>
<artifactId>war-itest-suite</artifactId>
<version>1.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/war-itest-suite/
implementation 'org.gaixie.jibu.itest:war-itest-suite:1.0.0-M3'
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/war-itest-suite/
implementation ("org.gaixie.jibu.itest:war-itest-suite:1.0.0-M3")
'org.gaixie.jibu.itest:war-itest-suite:jar:1.0.0-M3'
<dependency org="org.gaixie.jibu.itest" name="war-itest-suite" rev="1.0.0-M3">
<artifact name="war-itest-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.itest', module='war-itest-suite', version='1.0.0-M3')
)
libraryDependencies += "org.gaixie.jibu.itest" % "war-itest-suite" % "1.0.0-M3"
[org.gaixie.jibu.itest/war-itest-suite "1.0.0-M3"]