MVN

io.moderne : moderne-cli

Maven & Gradle

Nov 14, 2023

mod · The Moderne CLI is a multi-repository tool for transforming source code.

<dependency>
    <groupId>io.moderne</groupId>
    <artifactId>moderne-cli</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.moderne : moderne-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.10

All Versions

Choose a version of io.moderne : moderne-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
moderne-cli-1.6.10

How to add a dependency to Maven

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

<dependency>
    <groupId>io.moderne</groupId>
    <artifactId>moderne-cli</artifactId>
    <version>1.6.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.moderne:moderne-cli:1.6.10'

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

implementation("io.moderne:moderne-cli:1.6.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.moderne" % "moderne-cli" % "1.6.10"