MVN

wtf.metio.yosql.codegen : yosql-codegen-annotations

Maven & Gradle

May 05, 2021
1 usages
6 stars

YoSQL :: Codegen :: Annotations

<dependency>
    <groupId>wtf.metio.yosql.codegen</groupId>
    <artifactId>yosql-codegen-annotations</artifactId>
    <version>2021.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wtf.metio.yosql.codegen : yosql-codegen-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.5.5

All Versions

Choose a version of wtf.metio.yosql.codegen : yosql-codegen-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.5.x
yosql-codegen-annotations-2021.5.5
2021.4.x
yosql-codegen-annotations-2021.4.21
yosql-codegen-annotations-2021.4.18

How to add a dependency to Maven

Add the following wtf.metio.yosql.codegen : yosql-codegen-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wtf.metio.yosql.codegen</groupId>
    <artifactId>yosql-codegen-annotations</artifactId>
    <version>2021.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wtf.metio.yosql.codegen : yosql-codegen-annotations gradle dependency to your build.gradle file:

implementation 'wtf.metio.yosql.codegen:yosql-codegen-annotations:2021.5.5'

Gradle Kotlin DSL: Add the following wtf.metio.yosql.codegen : yosql-codegen-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("wtf.metio.yosql.codegen:yosql-codegen-annotations:2021.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following wtf.metio.yosql.codegen : yosql-codegen-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "wtf.metio.yosql.codegen" % "yosql-codegen-annotations" % "2021.5.5"

Advertisement