License |
License |
---|---|
GroupId | GroupIdorg.gaixie.jibu.itest |
ArtifactId | ArtifactIdcore-itest-suite |
Last Version | Last Version1.0.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionITest :: Core ITest Suite
稳定、高效、简洁的 Java 应用开发模板。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-itest-suite-1.0.0-M3.pom | |
core-itest-suite-1.0.0-M3.jar | 4 KB |
core-itest-suite-1.0.0-M3-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-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/core-itest-suite/
implementation 'org.gaixie.jibu.itest:core-itest-suite:1.0.0-M3'
// https://jarcasting.com/artifacts/org.gaixie.jibu.itest/core-itest-suite/
implementation ("org.gaixie.jibu.itest:core-itest-suite:1.0.0-M3")
'org.gaixie.jibu.itest:core-itest-suite:jar:1.0.0-M3'
<dependency org="org.gaixie.jibu.itest" name="core-itest-suite" rev="1.0.0-M3">
<artifact name="core-itest-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.itest', module='core-itest-suite', version='1.0.0-M3')
)
libraryDependencies += "org.gaixie.jibu.itest" % "core-itest-suite" % "1.0.0-M3"
[org.gaixie.jibu.itest/core-itest-suite "1.0.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.gaixie.jibu : jibu-core | jar | 1.0.0-M3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |