s

senbot-maven-plugin

The Documenter that will gather all available cucumber stepdefinitions on the classpath and document them
文件下载
文件名 操作
senbot-maven-plugin-0.4.8.jar 下载
senbot-maven-plugin-0.4.8.pom 下载
senbot-maven-plugin-0.4.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gfk.senbot</groupId>
  <artifactId>senbot-maven-plugin</artifactId>
  <version>0.4.8</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.gfk.senbot:senbot-maven-plugin:0.4.8'
Gradle Kotlin
implementation("com.gfk.senbot:senbot-maven-plugin:0.4.8")
Scala SBT
libraryDependencies += "com.gfk.senbot" % "senbot-maven-plugin" % "0.4.8"
Groovy Grape
@Grapes(
  @Grab(group='com.gfk.senbot', module='senbot-maven-plugin', version='0.4.8')
)
Apache Ivy
<dependency org="com.gfk.senbot" name="senbot-maven-plugin" rev="0.4.8" />
Leiningen
[com.gfk.senbot/senbot-maven-plugin "0.4.8"]
Apache Buildr
'com.gfk.senbot:senbot-maven-plugin:jar:0.4.8'