| GroupId | GroupIdorg.gaixie.jibu.itest |
|---|---|
| ArtifactId | ArtifactIditest |
| Version | Version1.0.0-M2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| itest-1.0.0-M2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.itest/itest/ -->
<dependency>
<groupId>org.gaixie.jibu.itest</groupId>
<artifactId>itest</artifactId>
<version>1.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/itest/
implementation 'org.gaixie.jibu.itest:itest:1.0.0-M2'
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/itest/
implementation ("org.gaixie.jibu.itest:itest:1.0.0-M2")
'org.gaixie.jibu.itest:itest:pom:1.0.0-M2'
<dependency org="org.gaixie.jibu.itest" name="itest" rev="1.0.0-M2">
<artifact name="itest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.itest', module='itest', version='1.0.0-M2')
)
libraryDependencies += "org.gaixie.jibu.itest" % "itest" % "1.0.0-M2"
[org.gaixie.jibu.itest/itest "1.0.0-M2"]