| License |
License |
|---|---|
| GroupId | GroupIdcom.zxytech.ngast |
| ArtifactId | ArtifactIdngast-api-test |
| Version | Version0.1.0 |
| Type | Typepom |
| Description |
Descriptionngast-api-test
基于 Test(NG) + (A)llure + Re(st) Assured 实现接口测试
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ngast-api-test-0.1.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-api-test/ -->
<dependency>
<groupId>com.zxytech.ngast</groupId>
<artifactId>ngast-api-test</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-api-test/
implementation 'com.zxytech.ngast:ngast-api-test:0.1.0'
// https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-api-test/
implementation ("com.zxytech.ngast:ngast-api-test:0.1.0")
'com.zxytech.ngast:ngast-api-test:pom:0.1.0'
<dependency org="com.zxytech.ngast" name="ngast-api-test" rev="0.1.0">
<artifact name="ngast-api-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zxytech.ngast', module='ngast-api-test', version='0.1.0')
)
libraryDependencies += "com.zxytech.ngast" % "ngast-api-test" % "0.1.0"
[com.zxytech.ngast/ngast-api-test "0.1.0"]