cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.slack.foundry</groupId>
<artifactId>cli</artifactId>
<version>0.35.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.slack.foundry</groupId>
<artifactId>cli</artifactId>
<version>0.35.2</version>
<name>Foundry (CLI)</name>
<description>Kotlin CLIs and CLI utilities, mostly intended for use with Clikt.</description>
<url>https://github.com/slackhq/foundry/</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>slackhq</id>
<name>Slack Technologies, Inc.</name>
<url>https://github.com/slackhq</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/slackhq/foundry.git</connection>
<developerConnection>scm:git:ssh://git@github.com/slackhq/foundry.git</developerConnection>
<url>https://github.com/slackhq/foundry/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.ajalt.clikt</groupId>
<artifactId>clikt-jvm</artifactId>
<version>5.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.slack.foundry</groupId>
<artifactId>foundry-common</artifactId>
<version>0.35.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.bugsnag</groupId>
<artifactId>bugsnag</artifactId>
<version>3.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.3.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>eu.jrie.jetbrains</groupId>
<artifactId>kotlin-shell-core</artifactId>
<version>0.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-core-jvm</artifactId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.15.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-jvm</artifactId>
<version>5.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.detekt.sarif4k</groupId>
<artifactId>sarif4k-jvm</artifactId>
<version>0.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.18</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.tickaroo.tikxml</groupId>
<artifactId>converter-htmlescape</artifactId>
<version>0.8.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.pdvrieze.xmlutil</groupId>
<artifactId>serialization-jvm</artifactId>
<version>0.91.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.zacsweers.moshix</groupId>
<artifactId>moshix-runtime</artifactId>
<version>0.35.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.zacsweers.moshix</groupId>
<artifactId>moshi-sealed-runtime</artifactId>
<version>0.35.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>