MVN

tech.ydb.yoj : yoj-ext-meta-generator

Maven & Gradle

Apr 10, 2024

YOJ - Meta generator · Module that contains generators of classes with meta-info such as FieldGeneratorAnnotationProcessor

<dependency>
    <groupId>tech.ydb.yoj</groupId>
    <artifactId>yoj-ext-meta-generator</artifactId>
    <version>2.2.5-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.ydb.yoj : yoj-ext-meta-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.5-1

All Versions

Choose a version of tech.ydb.yoj : yoj-ext-meta-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
yoj-ext-meta-generator-2.2.5-1

How to add a dependency to Maven

Add the following tech.ydb.yoj : yoj-ext-meta-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.ydb.yoj</groupId>
    <artifactId>yoj-ext-meta-generator</artifactId>
    <version>2.2.5-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.ydb.yoj : yoj-ext-meta-generator gradle dependency to your build.gradle file:

implementation 'tech.ydb.yoj:yoj-ext-meta-generator:2.2.5-1'

Gradle Kotlin DSL: Add the following tech.ydb.yoj : yoj-ext-meta-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.ydb.yoj:yoj-ext-meta-generator:2.2.5-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.ydb.yoj : yoj-ext-meta-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.ydb.yoj" % "yoj-ext-meta-generator" % "2.2.5-1"