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