moderne-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.moderne</groupId>
<artifactId>moderne-cli</artifactId>
<version>4.0.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.moderne</groupId>
<artifactId>moderne-cli</artifactId>
<version>4.0.10</version>
<name>Moderne CLI</name>
<description>The Moderne CLI is a multi-repository tool for transforming source code.</description>
<url>https://moderne.io</url>
<licenses>
<license>
<name>Moderne, Inc. Commercial License</name>
<url>https://docs.moderne.io/administrator-documentation/references/licensing</url>
</license>
</licenses>
<developers>
<developer>
<name>Team Moderne</name>
<email>support@moderne.io</email>
<organization>Moderne, Inc.</organization>
<organizationUrl>https://moderne.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/moderneinc/moderne-cli.git</connection>
<developerConnection>scm:git:ssh://github.com:moderneinc/moderne-cli.git</developerConnection>
<url>https://github.com/moderneinc/moderne-cli/tree/main</url>
</scm>
</project>