MVN

com.phodal.chapi : chapi-ast-rust

Maven & Gradle

Aug 13, 2023
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-ast-rust</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.3
  • Latest Beta: 2.0.0-beta.9

All Versions

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

Version Vulnerabilities Updated
2.1.x
chapi-ast-rust-2.1.3
chapi-ast-rust-2.1.2
chapi-ast-rust-2.1.1
chapi-ast-rust-2.1.0
2.0.x
chapi-ast-rust-2.0.0
chapi-ast-rust-2.0.0-beta.9
chapi-ast-rust-2.0.0-beta.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.phodal.chapi</groupId>
    <artifactId>chapi-ast-rust</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.phodal.chapi:chapi-ast-rust:2.1.3'

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

implementation("com.phodal.chapi:chapi-ast-rust:2.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.phodal.chapi" % "chapi-ast-rust" % "2.1.3"