MVN

cc.duduhuo.util : pojo-derivation-annotations

Maven & Gradle

Jan 07, 2023
1 usages
1 stars

pojo-derivation-annotations · Combine multiple POJOs to generate a new POJO.

<dependency>
    <groupId>cc.duduhuo.util</groupId>
    <artifactId>pojo-derivation-annotations</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.duduhuo.util : pojo-derivation-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Beta: 1.0.0.beta7

All Versions

Choose a version of cc.duduhuo.util : pojo-derivation-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
pojo-derivation-annotations-1.2.0
1.1.x
pojo-derivation-annotations-1.1.0
1.0.x
pojo-derivation-annotations-1.0.1
pojo-derivation-annotations-1.0.0
pojo-derivation-annotations-1.0.0.beta7
pojo-derivation-annotations-1.0.0.beta6
pojo-derivation-annotations-1.0.0.beta5
pojo-derivation-annotations-1.0.0.beta4
pojo-derivation-annotations-1.0.0.beta3
pojo-derivation-annotations-1.0.0.beta2

How to add a dependency to Maven

Add the following cc.duduhuo.util : pojo-derivation-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.duduhuo.util</groupId>
    <artifactId>pojo-derivation-annotations</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.duduhuo.util : pojo-derivation-annotations gradle dependency to your build.gradle file:

implementation 'cc.duduhuo.util:pojo-derivation-annotations:1.2.0'

Gradle Kotlin DSL: Add the following cc.duduhuo.util : pojo-derivation-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.duduhuo.util:pojo-derivation-annotations:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.duduhuo.util : pojo-derivation-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.duduhuo.util" % "pojo-derivation-annotations" % "1.2.0"

Advertisement