is not current version
Last Version 1.1.4

com.zxytech.jurest:jurest-parent 1.1.0

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

GroupId

GroupId

com.zxytech.jurest
ArtifactId

ArtifactId

jurest-parent
Version

Version

1.1.0
Type

Type

pom

Download jurest-parent 1.1.0

Filename Size
jurest-parent-1.1.0.pom 1 KB
Browse

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