j

jca-unit

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