MVN

io.typst : command-scala

Maven & Gradle

Mar 02, 2024
4 stars

io.typst:command-scala · Pure, functional command line parser.

<dependency>
    <groupId>io.typst</groupId>
    <artifactId>command-scala</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.typst : command-scala to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.typst : command-scala to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
command-scala-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.typst</groupId>
    <artifactId>command-scala</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.typst : command-scala gradle dependency to your build.gradle file:

implementation 'io.typst:command-scala:2.0.0'

Gradle Kotlin DSL: Add the following io.typst : command-scala gradle kotlin dependency to your build.gradle.kts file:

implementation("io.typst:command-scala:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.typst" % "command-scala" % "2.0.0"

Advertisement