MVN

uk.org.retep.microkernel.launcher.linux : i386

Maven & Gradle

May 04, 2010
1 usages

retepMicroKernel Launcher Linux i386 · Builds the native launcher for Linux 32 bit systems

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

Latest Version

Choose a version of uk.org.retep.microkernel.launcher.linux : i386 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.linux : i386 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.org.retep.microkernel.launcher.linux</groupId>
    <artifactId>i386</artifactId>
    <version>10.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.org.retep.microkernel.launcher.linux:i386:10.5'

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

implementation("uk.org.retep.microkernel.launcher.linux:i386:10.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.org.retep.microkernel.launcher.linux" % "i386" % "10.5"