is not current version
Last Version 1.1.4

com.zxytech.jurest:jurest-parent 1.0-RC1

基于 (Ju)ni5 + All(ure) + (Rest) Assured 实现接口测试

GroupId

GroupId

com.zxytech.jurest
ArtifactId

ArtifactId

jurest-parent
Version

Version

1.0-RC1
Type

Type

pom

Download jurest-parent 1.0-RC1


<!-- https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-parent/ -->
<dependency>
    <groupId>com.zxytech.jurest</groupId>
    <artifactId>jurest-parent</artifactId>
    <version>1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-parent/
implementation 'com.zxytech.jurest:jurest-parent:1.0-RC1'
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-parent/
implementation ("com.zxytech.jurest:jurest-parent:1.0-RC1")
'com.zxytech.jurest:jurest-parent:pom:1.0-RC1'
<dependency org="com.zxytech.jurest" name="jurest-parent" rev="1.0-RC1">
  <artifact name="jurest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zxytech.jurest', module='jurest-parent', version='1.0-RC1')
)
libraryDependencies += "com.zxytech.jurest" % "jurest-parent" % "1.0-RC1"
[com.zxytech.jurest/jurest-parent "1.0-RC1"]