MVN

org.brightify.hyperdrive : plugin-impl-native

Maven & Gradle

Sep 20, 2022
1 usages
14 stars

Hyperdrive · Kotlin Multiplatform Extensions

<dependency>
    <groupId>org.brightify.hyperdrive</groupId>
    <artifactId>plugin-impl-native</artifactId>
    <version>0.1.140</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.140

All Versions

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

Version Vulnerabilities Updated
0.1.x
plugin-impl-native-0.1.140
plugin-impl-native-0.1.139
plugin-impl-native-0.1.138
plugin-impl-native-0.1.136
plugin-impl-native-0.1.135
plugin-impl-native-0.1.134
plugin-impl-native-0.1.133
plugin-impl-native-0.1.132
plugin-impl-native-0.1.131
plugin-impl-native-0.1.130
plugin-impl-native-0.1.129
plugin-impl-native-0.1.128
plugin-impl-native-0.1.127
plugin-impl-native-0.1.126
plugin-impl-native-0.1.125
plugin-impl-native-0.1.124
plugin-impl-native-0.1.123
plugin-impl-native-0.1.122
plugin-impl-native-0.1.121
plugin-impl-native-0.1.120
plugin-impl-native-0.1.119
plugin-impl-native-0.1.118
plugin-impl-native-0.1.117
plugin-impl-native-0.1.116
plugin-impl-native-0.1.115
plugin-impl-native-0.1.114
plugin-impl-native-0.1.113
plugin-impl-native-0.1.112
plugin-impl-native-0.1.111
plugin-impl-native-0.1.110
plugin-impl-native-0.1.109
plugin-impl-native-0.1.108
plugin-impl-native-0.1.107
plugin-impl-native-0.1.106
plugin-impl-native-0.1.105
plugin-impl-native-0.1.104
plugin-impl-native-0.1.103
plugin-impl-native-0.1.102
plugin-impl-native-0.1.101
plugin-impl-native-0.1.100
plugin-impl-native-0.1.99
plugin-impl-native-0.1.98
plugin-impl-native-0.1.97
plugin-impl-native-0.1.95

How to add a dependency to Maven

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

<dependency>
    <groupId>org.brightify.hyperdrive</groupId>
    <artifactId>plugin-impl-native</artifactId>
    <version>0.1.140</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.brightify.hyperdrive:plugin-impl-native:0.1.140'

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

implementation("org.brightify.hyperdrive:plugin-impl-native:0.1.140")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.brightify.hyperdrive" % "plugin-impl-native" % "0.1.140"