MVN

io.micronaut : bom

Maven & Gradle

Dec 19, 2018
1 usages
5.9k stars

Micronaut · Natively Cloud Native

<dependency>
    <groupId>io.micronaut</groupId>
    <artifactId>bom</artifactId>
    <version>1.0.0.M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.micronaut : bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.M1
  • Latest Release Candidate: 1.0.0.RC1

All Versions

Choose a version of io.micronaut : bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bom-1.0.0.M1
bom-1.0.0.M2
bom-1.0.0.M3
bom-1.0.0.RC1
bom-1.0.0.RC2
bom-1.0.0.M4

How to add a dependency to Maven

Add the following io.micronaut : bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.micronaut</groupId>
    <artifactId>bom</artifactId>
    <version>1.0.0.M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.micronaut : bom gradle dependency to your build.gradle file:

implementation 'io.micronaut:bom:1.0.0.M1'

Gradle Kotlin DSL: Add the following io.micronaut : bom gradle kotlin dependency to your build.gradle.kts file:

implementation("io.micronaut:bom:1.0.0.M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.micronaut : bom sbt scala dependency to your build.sbt file:

libraryDependencies += "io.micronaut" % "bom" % "1.0.0.M1"

Advertisement