j

justify-rest

REST MODULE: PED Central is the home for the open-source �Justify� suite of software engineering modules. Justify seeks API alignment between Java 1.8+ application code and JUnit 5 test code.
http://pedCentral.com/justify
The MIT License
Marvin Toll
文件下载
文件名 操作
justify-rest-8.5.0-alpha4.jar 下载
justify-rest-8.5.0-alpha4.pom 下载
justify-rest-8.5.0-alpha4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gtcgroup</groupId>
  <artifactId>justify-rest</artifactId>
  <version>8.5.0-alpha4</version>
</dependency>
Gradle Groovy
implementation 'com.gtcgroup:justify-rest:8.5.0-alpha4'
Gradle Kotlin
implementation("com.gtcgroup:justify-rest:8.5.0-alpha4")
Scala SBT
libraryDependencies += "com.gtcgroup" % "justify-rest" % "8.5.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='com.gtcgroup', module='justify-rest', version='8.5.0-alpha4')
)
Apache Ivy
<dependency org="com.gtcgroup" name="justify-rest" rev="8.5.0-alpha4" />
Leiningen
[com.gtcgroup/justify-rest "8.5.0-alpha4"]
Apache Buildr
'com.gtcgroup:justify-rest:jar:8.5.0-alpha4'