MVN

org.apidesign.bck2brwsr : bck2brwsr-maven-plugin

Maven & Gradle

Sep 12, 2021
92 stars

Bck2Brwsr Maven Plugin

<dependency>
    <groupId>org.apidesign.bck2brwsr</groupId>
    <artifactId>bck2brwsr-maven-plugin</artifactId>
    <version>0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apidesign.bck2brwsr : bck2brwsr-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.54

All Versions

Choose a version of org.apidesign.bck2brwsr : bck2brwsr-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.54
bck2brwsr-maven-plugin-0.54
0.53
bck2brwsr-maven-plugin-0.53
0.52
bck2brwsr-maven-plugin-0.52
0.51
bck2brwsr-maven-plugin-0.51
0.50
bck2brwsr-maven-plugin-0.50
0.32
bck2brwsr-maven-plugin-0.32
0.31
bck2brwsr-maven-plugin-0.31
0.30
bck2brwsr-maven-plugin-0.30
0.23
bck2brwsr-maven-plugin-0.23
0.22
bck2brwsr-maven-plugin-0.22
0.21
bck2brwsr-maven-plugin-0.21
0.20
bck2brwsr-maven-plugin-0.20
0.19
bck2brwsr-maven-plugin-0.19
0.18
bck2brwsr-maven-plugin-0.18
0.17
bck2brwsr-maven-plugin-0.17
0.16
bck2brwsr-maven-plugin-0.16
0.15
bck2brwsr-maven-plugin-0.15
0.14
bck2brwsr-maven-plugin-0.14
0.13
bck2brwsr-maven-plugin-0.13
0.12
bck2brwsr-maven-plugin-0.12
0.11
bck2brwsr-maven-plugin-0.11
0.10
bck2brwsr-maven-plugin-0.10
0.9
bck2brwsr-maven-plugin-0.9
0.8.x
bck2brwsr-maven-plugin-0.8.1
0.8
bck2brwsr-maven-plugin-0.8
0.7.x
bck2brwsr-maven-plugin-0.7.2
0.7
bck2brwsr-maven-plugin-0.7

How to add a dependency to Maven

Add the following org.apidesign.bck2brwsr : bck2brwsr-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apidesign.bck2brwsr</groupId>
    <artifactId>bck2brwsr-maven-plugin</artifactId>
    <version>0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apidesign.bck2brwsr : bck2brwsr-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.apidesign.bck2brwsr:bck2brwsr-maven-plugin:0.54'

Gradle Kotlin DSL: Add the following org.apidesign.bck2brwsr : bck2brwsr-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apidesign.bck2brwsr:bck2brwsr-maven-plugin:0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apidesign.bck2brwsr : bck2brwsr-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apidesign.bck2brwsr" % "bck2brwsr-maven-plugin" % "0.54"

Advertisement