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