MVN

uk.org.retep.microkernel.launcher.darwin : x86_64

Maven & Gradle

May 04, 2010
1 usages

retepMicroKernel Launcher Darwin · Builds the native launcher for Darwin (a.k.a. OSX 10.5) Note we only build the x86_64 binary as Java 6 is only available on that platform - so a universal binary is not required

<dependency>
    <groupId>uk.org.retep.microkernel.launcher.darwin</groupId>
    <artifactId>x86_64</artifactId>
    <version>10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.microkernel.launcher.darwin : x86_64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.5
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep.microkernel.launcher.darwin : x86_64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.5
x86_64-10.5
9.10
x86_64-9.10
9.8.x
x86_64-9.8.1
9.8
x86_64-9.8-RC1

How to add a dependency to Maven

Add the following uk.org.retep.microkernel.launcher.darwin : x86_64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep.microkernel.launcher.darwin</groupId>
    <artifactId>x86_64</artifactId>
    <version>10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep.microkernel.launcher.darwin : x86_64 gradle dependency to your build.gradle file:

implementation 'uk.org.retep.microkernel.launcher.darwin:x86_64:10.5'

Gradle Kotlin DSL: Add the following uk.org.retep.microkernel.launcher.darwin : x86_64 gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep.microkernel.launcher.darwin:x86_64:10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep.microkernel.launcher.darwin : x86_64 sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep.microkernel.launcher.darwin" % "x86_64" % "10.5"

Advertisement