MVN

org.spekframework.spek2 : spek-runtime-native-macos

Maven & Gradle

Aug 20, 2022
2.2k stars

Spek Runtime Native MacOS · Kotlin Native macos module for spek-runtime

<dependency>
    <groupId>org.spekframework.spek2</groupId>
    <artifactId>spek-runtime-native-macos</artifactId>
    <version>2.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spekframework.spek2 : spek-runtime-native-macos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.19

All Versions

Choose a version of org.spekframework.spek2 : spek-runtime-native-macos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spek-runtime-native-macos-2.0.19
spek-runtime-native-macos-2.0.18
spek-runtime-native-macos-2.0.17
spek-runtime-native-macos-2.0.16
spek-runtime-native-macos-2.0.15
spek-runtime-native-macos-2.0.14
spek-runtime-native-macos-2.0.13
spek-runtime-native-macos-2.0.12
spek-runtime-native-macos-2.0.11
spek-runtime-native-macos-2.0.10

How to add a dependency to Maven

Add the following org.spekframework.spek2 : spek-runtime-native-macos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spekframework.spek2</groupId>
    <artifactId>spek-runtime-native-macos</artifactId>
    <version>2.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spekframework.spek2 : spek-runtime-native-macos gradle dependency to your build.gradle file:

implementation 'org.spekframework.spek2:spek-runtime-native-macos:2.0.19'

Gradle Kotlin DSL: Add the following org.spekframework.spek2 : spek-runtime-native-macos gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spekframework.spek2:spek-runtime-native-macos:2.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spekframework.spek2 : spek-runtime-native-macos sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spekframework.spek2" % "spek-runtime-native-macos" % "2.0.19"

Advertisement