MVN

io.accur8 : a8-codegen_2.13

Maven & Gradle

Mar 02, 2023
0 stars

a8-codegen · a8-codegen

<dependency>
    <groupId>io.accur8</groupId>
    <artifactId>a8-codegen_2.13</artifactId>
    <version>0.1.0-20230302_1735_master</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.accur8 : a8-codegen_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-20230302_1735_master

All Versions

Choose a version of io.accur8 : a8-codegen_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
a8-codegen_2.13-0.1.0-20230302_1735_master
a8-codegen_2.13-0.1.0-20230217_0941_master
a8-codegen_2.13-0.1.0-20230217_0743_master
a8-codegen_2.13-0.1.0-20230203_0614_master
a8-codegen_2.13-0.1.0-20230126_0731_master
a8-codegen_2.13-0.1.0-20230102_1848_master
a8-codegen_2.13-0.1.0-20230102_1656_master
a8-codegen_2.13-0.1.0-20230102_1652_master
a8-codegen_2.13-0.1.0-20221106_1725_master
a8-codegen_2.13-0.1.0-20220331_1713_master
a8-codegen_2.13-0.1.0-20220205_2049_master

How to add a dependency to Maven

Add the following io.accur8 : a8-codegen_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.accur8</groupId>
    <artifactId>a8-codegen_2.13</artifactId>
    <version>0.1.0-20230302_1735_master</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.accur8 : a8-codegen_2.13 gradle dependency to your build.gradle file:

implementation 'io.accur8:a8-codegen_2.13:0.1.0-20230302_1735_master'

Gradle Kotlin DSL: Add the following io.accur8 : a8-codegen_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.accur8:a8-codegen_2.13:0.1.0-20230302_1735_master")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.accur8 : a8-codegen_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.accur8" % "a8-codegen_2.13" % "0.1.0-20230302_1735_master"

Advertisement