MVN

com.phodal.chapi : chapi-app-cli

Maven & Gradle

May 12, 2022
253 stars

Chapi · Chapi is A common language meta information convertor, convert different languages to same meta-data model

<dependency>
    <groupId>com.phodal.chapi</groupId>
    <artifactId>chapi-app-cli</artifactId>
    <version>1.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.phodal.chapi : chapi-app-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.10

All Versions

Choose a version of com.phodal.chapi : chapi-app-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
chapi-app-cli-1.5.10
chapi-app-cli-1.5.7
chapi-app-cli-1.5.6
chapi-app-cli-1.5.5
chapi-app-cli-1.5.4
chapi-app-cli-1.5.3
chapi-app-cli-1.5.2
chapi-app-cli-1.5.1
chapi-app-cli-1.5.0
1.4.x
chapi-app-cli-1.4.2
chapi-app-cli-1.4.1
chapi-app-cli-1.4.0
1.3.x
chapi-app-cli-1.3.1
chapi-app-cli-1.3.0

How to add a dependency to Maven

Add the following com.phodal.chapi : chapi-app-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.phodal.chapi</groupId>
    <artifactId>chapi-app-cli</artifactId>
    <version>1.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.phodal.chapi : chapi-app-cli gradle dependency to your build.gradle file:

implementation 'com.phodal.chapi:chapi-app-cli:1.5.10'

Gradle Kotlin DSL: Add the following com.phodal.chapi : chapi-app-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.phodal.chapi:chapi-app-cli:1.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.phodal.chapi : chapi-app-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.phodal.chapi" % "chapi-app-cli" % "1.5.10"

Advertisement