Files download
File Operation
bck2brwsr-maven-plugin-0.20.jar download
bck2brwsr-maven-plugin-0.20.pom download
bck2brwsr-maven-plugin-0.20-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apidesign.bck2brwsr</groupId>
  <artifactId>bck2brwsr-maven-plugin</artifactId>
  <version>0.20</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apidesign.bck2brwsr:bck2brwsr-maven-plugin:0.20'
Gradle Kotlin
implementation("org.apidesign.bck2brwsr:bck2brwsr-maven-plugin:0.20")
Scala SBT
libraryDependencies += "org.apidesign.bck2brwsr" % "bck2brwsr-maven-plugin" % "0.20"
Groovy Grape
@Grapes(
  @Grab(group='org.apidesign.bck2brwsr', module='bck2brwsr-maven-plugin', version='0.20')
)
Apache Ivy
<dependency org="org.apidesign.bck2brwsr" name="bck2brwsr-maven-plugin" rev="0.20" />
Leiningen
[org.apidesign.bck2brwsr/bck2brwsr-maven-plugin "0.20"]
Apache Buildr
'org.apidesign.bck2brwsr:bck2brwsr-maven-plugin:jar:0.20'