MVN

org.wing4j.annotation : wing4j-orm-annotation

Maven & Gradle

Dec 30, 2016
1 usages

wing4j-orm-annotation · This is the wing4j-annotation member wing4j-orm-annotation

<dependency>
    <groupId>org.wing4j.annotation</groupId>
    <artifactId>wing4j-orm-annotation</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wing4j.annotation : wing4j-orm-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.wing4j.annotation : wing4j-orm-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wing4j-orm-annotation-1.0.0

How to add a dependency to Maven

Add the following org.wing4j.annotation : wing4j-orm-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wing4j.annotation</groupId>
    <artifactId>wing4j-orm-annotation</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wing4j.annotation : wing4j-orm-annotation gradle dependency to your build.gradle file:

implementation 'org.wing4j.annotation:wing4j-orm-annotation:1.0.0'

Gradle Kotlin DSL: Add the following org.wing4j.annotation : wing4j-orm-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wing4j.annotation:wing4j-orm-annotation:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wing4j.annotation : wing4j-orm-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wing4j.annotation" % "wing4j-orm-annotation" % "1.0.0"

Advertisement