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