j

jgiven-html5-report

JGiven - BDD in plain Java - Module jgiven-html5-report
https://jgiven.org
The Apache Software License, Version 2.0
Jan Schäfer Kristof Karhan
文件下载
文件名 操作
jgiven-html5-report-1.2.1.jar 下载
jgiven-html5-report-1.2.1.pom 下载
jgiven-html5-report-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tngtech.jgiven</groupId>
  <artifactId>jgiven-html5-report</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.tngtech.jgiven:jgiven-html5-report:1.2.1'
Gradle Kotlin
implementation("com.tngtech.jgiven:jgiven-html5-report:1.2.1")
Scala SBT
libraryDependencies += "com.tngtech.jgiven" % "jgiven-html5-report" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tngtech.jgiven', module='jgiven-html5-report', version='1.2.1')
)
Apache Ivy
<dependency org="com.tngtech.jgiven" name="jgiven-html5-report" rev="1.2.1" />
Leiningen
[com.tngtech.jgiven/jgiven-html5-report "1.2.1"]
Apache Buildr
'com.tngtech.jgiven:jgiven-html5-report:jar:1.2.1'