u

util-test5

Common Jupiter test module for all other modules
MIT License
Copyright (C) 2016 Vinz (https://github.com/gv2011)
文件下载
文件名 操作
util-test5-0.12.jar 下载
util-test5-0.12.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-test5</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.gv2011:util-test5:0.12'
Gradle Kotlin
implementation("com.github.gv2011:util-test5:0.12")
Scala SBT
libraryDependencies += "com.github.gv2011" % "util-test5" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gv2011', module='util-test5', version='0.12')
)
Apache Ivy
<dependency org="com.github.gv2011" name="util-test5" rev="0.12" />
Leiningen
[com.github.gv2011/util-test5 "0.12"]
Apache Buildr
'com.github.gv2011:util-test5:jar:0.12'