MVN

uk.org.retep.microkernel : example

Maven & Gradle

Jan 29, 2010

retepMicroKernel-example

<dependency>
    <groupId>uk.org.retep.microkernel</groupId>
    <artifactId>example</artifactId>
    <version>9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.7

All Versions

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

Version Vulnerabilities Updated
9.7
example-9.7
9.4.x
example-9.4.1
9.4
example-9.4
9.3
example-9.3
9.2
example-9.2
9.1.x
example-9.1.20
example-9.1.2
8.11.x
example-8.11.18
example-8.11.13
8.9.x
example-8.9.25

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.org.retep.microkernel</groupId>
    <artifactId>example</artifactId>
    <version>9.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uk.org.retep.microkernel:example:9.7'

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

implementation("uk.org.retep.microkernel:example:9.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.org.retep.microkernel" % "example" % "9.7"

Advertisement