j

jca-unit

Jca 单元测试模块,依赖于 Junit5
Files download
File Operation
jca-unit-1.0.2.jar download
jca-unit-1.0.2.pom download
jca-unit-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ofofs</groupId>
  <artifactId>jca-unit</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.ofofs:jca-unit:1.0.2'
Gradle Kotlin
implementation("com.github.ofofs:jca-unit:1.0.2")
Scala SBT
libraryDependencies += "com.github.ofofs" % "jca-unit" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ofofs', module='jca-unit', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.ofofs" name="jca-unit" rev="1.0.2" />
Leiningen
[com.github.ofofs/jca-unit "1.0.2"]
Apache Buildr
'com.github.ofofs:jca-unit:jar:1.0.2'