MVN

cloud.piranha : debug

Maven & Gradle

Jan 13, 2023
174 stars

Debug · This project can be used as entry project in remote debugging, giving one most dependencies of Piranha to step through the source. In the IDE, for instance, Eclipse, go to run - debug configurations - remote java application - project And add this project there.

<dependency>
    <groupId>cloud.piranha</groupId>
    <artifactId>debug</artifactId>
    <version>23.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.piranha : debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.1.0

All Versions

Choose a version of cloud.piranha : debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.1.x
debug-23.1.0
22.12.x
debug-22.12.0
22.11.x
debug-22.11.0
22.10.x
debug-22.10.0
22.9.x
debug-22.9.0
22.8.x
debug-22.8.0
22.7.x
debug-22.7.0
22.6.x
debug-22.6.0
22.5.x
debug-22.5.0
22.4.x
debug-22.4.0
22.3.x
debug-22.3.0

How to add a dependency to Maven

Add the following cloud.piranha : debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.piranha</groupId>
    <artifactId>debug</artifactId>
    <version>23.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.piranha : debug gradle dependency to your build.gradle file:

implementation 'cloud.piranha:debug:23.1.0'

Gradle Kotlin DSL: Add the following cloud.piranha : debug gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.piranha:debug:23.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.piranha : debug sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.piranha" % "debug" % "23.1.0"

Advertisement