MVN

ski.gagar.vxutil : vxutil-vertigram-codegen

Maven & Gradle

Mar 30, 2023
0 stars

Vertigram Codegen · Codegen tools for Vertigram

<dependency>
    <groupId>ski.gagar.vxutil</groupId>
    <artifactId>vxutil-vertigram-codegen</artifactId>
    <version>1.0.0-alpha34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ski.gagar.vxutil : vxutil-vertigram-codegen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha34
  • Latest Alpha: 1.0.0-alpha34

All Versions

Choose a version of ski.gagar.vxutil : vxutil-vertigram-codegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vxutil-vertigram-codegen-1.0.0-alpha34
vxutil-vertigram-codegen-1.0.0-alpha33
vxutil-vertigram-codegen-1.0.0-alpha32
vxutil-vertigram-codegen-1.0.0-alpha31
vxutil-vertigram-codegen-1.0.0-alpha30
vxutil-vertigram-codegen-1.0.0-alpha29
vxutil-vertigram-codegen-1.0.0-alpha28
vxutil-vertigram-codegen-1.0.0-alpha27
vxutil-vertigram-codegen-1.0.0-alpha26
vxutil-vertigram-codegen-1.0.0-alpha25
vxutil-vertigram-codegen-1.0.0-alpha24
vxutil-vertigram-codegen-1.0.0-alpha23
vxutil-vertigram-codegen-1.0.0-alpha22
vxutil-vertigram-codegen-1.0.0-alpha21
vxutil-vertigram-codegen-1.0.0-alpha20
vxutil-vertigram-codegen-1.0.0-alpha19
vxutil-vertigram-codegen-1.0.0-alpha18
vxutil-vertigram-codegen-1.0.0-alpha17
vxutil-vertigram-codegen-1.0.0-alpha16
vxutil-vertigram-codegen-1.0.0-alpha15
vxutil-vertigram-codegen-1.0.0-alpha14
vxutil-vertigram-codegen-1.0.0-alpha13
vxutil-vertigram-codegen-1.0.0-alpha12
vxutil-vertigram-codegen-1.0.0-alpha11
vxutil-vertigram-codegen-1.0.0-alpha10
vxutil-vertigram-codegen-1.0.0-alpha9
vxutil-vertigram-codegen-1.0.0-alpha8
vxutil-vertigram-codegen-1.0.0-alpha7
vxutil-vertigram-codegen-1.0.0-alpha6
vxutil-vertigram-codegen-1.0.0-alpha5
vxutil-vertigram-codegen-1.0.0-alpha4
vxutil-vertigram-codegen-1.0.0-alpha3
vxutil-vertigram-codegen-1.0.0-alpha2
vxutil-vertigram-codegen-1.0.0-alpha1

How to add a dependency to Maven

Add the following ski.gagar.vxutil : vxutil-vertigram-codegen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ski.gagar.vxutil</groupId>
    <artifactId>vxutil-vertigram-codegen</artifactId>
    <version>1.0.0-alpha34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ski.gagar.vxutil : vxutil-vertigram-codegen gradle dependency to your build.gradle file:

implementation 'ski.gagar.vxutil:vxutil-vertigram-codegen:1.0.0-alpha34'

Gradle Kotlin DSL: Add the following ski.gagar.vxutil : vxutil-vertigram-codegen gradle kotlin dependency to your build.gradle.kts file:

implementation("ski.gagar.vxutil:vxutil-vertigram-codegen:1.0.0-alpha34")

How to add a dependency to SBT Scala

SBT Scala: Add the following ski.gagar.vxutil : vxutil-vertigram-codegen sbt scala dependency to your build.sbt file:

libraryDependencies += "ski.gagar.vxutil" % "vxutil-vertigram-codegen" % "1.0.0-alpha34"

Advertisement