MVN

io.micronaut.toml : micronaut-toml

Maven & Gradle

Jul 13, 2023
1 usages
0 stars

Micronaut TOML · Support for the TOML configuration format for the Micronaut framework

<dependency>
    <groupId>io.micronaut.toml</groupId>
    <artifactId>micronaut-toml</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
micronaut-toml-2.0.1
micronaut-toml-2.0.0
micronaut-toml-2.0.0-M6
micronaut-toml-2.0.0-M5
micronaut-toml-2.0.0-M4
micronaut-toml-2.0.0-M3
micronaut-toml-2.0.0-M2
micronaut-toml-2.0.0-M1
1.1.x
micronaut-toml-1.1.3
micronaut-toml-1.1.2
micronaut-toml-1.1.1
micronaut-toml-1.1.0
1.0.x
micronaut-toml-1.0.0
micronaut-toml-1.0.0-M2
micronaut-toml-1.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.micronaut.toml</groupId>
    <artifactId>micronaut-toml</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.micronaut.toml:micronaut-toml:2.0.1'

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

implementation("io.micronaut.toml:micronaut-toml:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.micronaut.toml" % "micronaut-toml" % "2.0.1"