MVN

fun.fengwk.auto-mapper : auto-mapper-annotation

Maven & Gradle

Aug 20, 2023
2 usages
2 stars
<dependency>
    <groupId>fun.fengwk.auto-mapper</groupId>
    <artifactId>auto-mapper-annotation</artifactId>
    <version>0.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.fengwk.auto-mapper : auto-mapper-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.29

All Versions

Choose a version of fun.fengwk.auto-mapper : auto-mapper-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
auto-mapper-annotation-0.0.29
auto-mapper-annotation-0.0.27
auto-mapper-annotation-0.0.26
auto-mapper-annotation-0.0.25
auto-mapper-annotation-0.0.24
auto-mapper-annotation-0.0.23
auto-mapper-annotation-0.0.22
auto-mapper-annotation-0.0.21
auto-mapper-annotation-0.0.20
auto-mapper-annotation-0.0.19
auto-mapper-annotation-0.0.18
auto-mapper-annotation-0.0.17
auto-mapper-annotation-0.0.16
auto-mapper-annotation-0.0.15
auto-mapper-annotation-0.0.14
auto-mapper-annotation-0.0.13
auto-mapper-annotation-0.0.12
auto-mapper-annotation-0.0.11
auto-mapper-annotation-0.0.10
auto-mapper-annotation-0.0.9

How to add a dependency to Maven

Add the following fun.fengwk.auto-mapper : auto-mapper-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.fengwk.auto-mapper</groupId>
    <artifactId>auto-mapper-annotation</artifactId>
    <version>0.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.fengwk.auto-mapper : auto-mapper-annotation gradle dependency to your build.gradle file:

implementation 'fun.fengwk.auto-mapper:auto-mapper-annotation:0.0.29'

Gradle Kotlin DSL: Add the following fun.fengwk.auto-mapper : auto-mapper-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.fengwk.auto-mapper:auto-mapper-annotation:0.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.fengwk.auto-mapper : auto-mapper-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.fengwk.auto-mapper" % "auto-mapper-annotation" % "0.0.29"

Advertisement