MVN

org.brightify.hyperdrive : plugin-debug-jvm

Maven & Gradle

Jan 05, 2023
14 stars

Hyperdrive · Kotlin Multiplatform Extensions

<dependency>
    <groupId>org.brightify.hyperdrive</groupId>
    <artifactId>plugin-debug-jvm</artifactId>
    <version>0.1.148</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brightify.hyperdrive : plugin-debug-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.148

All Versions

Choose a version of org.brightify.hyperdrive : plugin-debug-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
plugin-debug-jvm-0.1.148
plugin-debug-jvm-0.1.147
plugin-debug-jvm-0.1.146
plugin-debug-jvm-0.1.145
plugin-debug-jvm-0.1.144
plugin-debug-jvm-0.1.143
plugin-debug-jvm-0.1.142
plugin-debug-jvm-0.1.140
plugin-debug-jvm-0.1.139
plugin-debug-jvm-0.1.138
plugin-debug-jvm-0.1.136
plugin-debug-jvm-0.1.135
plugin-debug-jvm-0.1.134
plugin-debug-jvm-0.1.133
plugin-debug-jvm-0.1.132
plugin-debug-jvm-0.1.131
plugin-debug-jvm-0.1.130
plugin-debug-jvm-0.1.129
plugin-debug-jvm-0.1.128
plugin-debug-jvm-0.1.127
plugin-debug-jvm-0.1.126
plugin-debug-jvm-0.1.125
plugin-debug-jvm-0.1.124
plugin-debug-jvm-0.1.123
plugin-debug-jvm-0.1.122
plugin-debug-jvm-0.1.121
plugin-debug-jvm-0.1.120
plugin-debug-jvm-0.1.119
plugin-debug-jvm-0.1.118
plugin-debug-jvm-0.1.117
plugin-debug-jvm-0.1.116
plugin-debug-jvm-0.1.115
plugin-debug-jvm-0.1.114
plugin-debug-jvm-0.1.113

How to add a dependency to Maven

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

<dependency>
    <groupId>org.brightify.hyperdrive</groupId>
    <artifactId>plugin-debug-jvm</artifactId>
    <version>0.1.148</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.brightify.hyperdrive : plugin-debug-jvm gradle dependency to your build.gradle file:

implementation 'org.brightify.hyperdrive:plugin-debug-jvm:0.1.148'

Gradle Kotlin DSL: Add the following org.brightify.hyperdrive : plugin-debug-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.brightify.hyperdrive:plugin-debug-jvm:0.1.148")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.brightify.hyperdrive : plugin-debug-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.brightify.hyperdrive" % "plugin-debug-jvm" % "0.1.148"