MVN

org.graalvm.buildtools : junit-platform-native

Maven & Gradle

Aug 24, 2023
4 usages
332 stars

JUnit Platform Native · JUnit Platform support for GraalVM Native Image

<dependency>
    <groupId>org.graalvm.buildtools</groupId>
    <artifactId>junit-platform-native</artifactId>
    <version>0.9.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.buildtools : junit-platform-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.25

All Versions

Choose a version of org.graalvm.buildtools : junit-platform-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
junit-platform-native-0.9.25
junit-platform-native-0.9.24
junit-platform-native-0.9.23
junit-platform-native-0.9.22
junit-platform-native-0.9.21
junit-platform-native-0.9.20
junit-platform-native-0.9.19
junit-platform-native-0.9.18
junit-platform-native-0.9.17
junit-platform-native-0.9.16
junit-platform-native-0.9.15
junit-platform-native-0.9.14
junit-platform-native-0.9.13
junit-platform-native-0.9.12
junit-platform-native-0.9.11
junit-platform-native-0.9.10
junit-platform-native-0.9.9
junit-platform-native-0.9.8
junit-platform-native-0.9.7.1
junit-platform-native-0.9.7
junit-platform-native-0.9.6
junit-platform-native-0.9.5
junit-platform-native-0.9.4
junit-platform-native-0.9.3
junit-platform-native-0.9.2
junit-platform-native-0.9.1
junit-platform-native-0.9.0

How to add a dependency to Maven

Add the following org.graalvm.buildtools : junit-platform-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graalvm.buildtools</groupId>
    <artifactId>junit-platform-native</artifactId>
    <version>0.9.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graalvm.buildtools : junit-platform-native gradle dependency to your build.gradle file:

implementation 'org.graalvm.buildtools:junit-platform-native:0.9.25'

Gradle Kotlin DSL: Add the following org.graalvm.buildtools : junit-platform-native gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graalvm.buildtools:junit-platform-native:0.9.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graalvm.buildtools : junit-platform-native sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graalvm.buildtools" % "junit-platform-native" % "0.9.25"

Advertisement