MVN

io.github.copper-leaf : ballast-debugger-js

Maven & Gradle

Jun 08, 2023
143 stars

ballast-debugger · Debugger interceptor for inspecting Ballast ViewModels, intended to be used with the Ballast Intellij Plugin

<dependency>
    <groupId>io.github.copper-leaf</groupId>
    <artifactId>ballast-debugger-js</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.copper-leaf : ballast-debugger-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of io.github.copper-leaf : ballast-debugger-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ballast-debugger-js-3.0.2
ballast-debugger-js-3.0.1
ballast-debugger-js-3.0.0
2.3.x
ballast-debugger-js-2.3.0
2.2.x
ballast-debugger-js-2.2.0
2.1.x
ballast-debugger-js-2.1.0
2.0.x
ballast-debugger-js-2.0.1
ballast-debugger-js-2.0.0
1.3.x
ballast-debugger-js-1.3.0
1.2.x
ballast-debugger-js-1.2.1
ballast-debugger-js-1.2.0
1.1.x
ballast-debugger-js-1.1.0
1.0.x
ballast-debugger-js-1.0.0
0.15.x
ballast-debugger-js-0.15.1
ballast-debugger-js-0.15.0
0.14.x
ballast-debugger-js-0.14.0
0.13.x
ballast-debugger-js-0.13.1
ballast-debugger-js-0.13.0
0.12.x
ballast-debugger-js-0.12.0
0.11.x
ballast-debugger-js-0.11.0
0.10.x
ballast-debugger-js-0.10.0
0.9.x
ballast-debugger-js-0.9.0
0.8.x
ballast-debugger-js-0.8.2
ballast-debugger-js-0.8.1
ballast-debugger-js-0.8.0

How to add a dependency to Maven

Add the following io.github.copper-leaf : ballast-debugger-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.copper-leaf</groupId>
    <artifactId>ballast-debugger-js</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.copper-leaf : ballast-debugger-js gradle dependency to your build.gradle file:

implementation 'io.github.copper-leaf:ballast-debugger-js:3.0.2'

Gradle Kotlin DSL: Add the following io.github.copper-leaf : ballast-debugger-js gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.copper-leaf:ballast-debugger-js:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.copper-leaf : ballast-debugger-js sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.copper-leaf" % "ballast-debugger-js" % "3.0.2"

Advertisement