MVN

de.viaboxx : annomark-example

Maven & Gradle

Jan 09, 2013

Example project to demonstrate annotation driven code generation with annomark

<dependency>
    <groupId>de.viaboxx</groupId>
    <artifactId>annomark-example</artifactId>
    <version>2.5.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.viaboxx : annomark-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.11

All Versions

Choose a version of de.viaboxx : annomark-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
annomark-example-2.5.11
annomark-example-2.5.10
annomark-example-2.5.9
annomark-example-2.5.8
annomark-example-2.5.7
annomark-example-2.5.6
annomark-example-2.5.5
annomark-example-2.5.4
annomark-example-2.5.3
annomark-example-2.5.0

How to add a dependency to Maven

Add the following de.viaboxx : annomark-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.viaboxx</groupId>
    <artifactId>annomark-example</artifactId>
    <version>2.5.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.viaboxx : annomark-example gradle dependency to your build.gradle file:

implementation 'de.viaboxx:annomark-example:2.5.11'

Gradle Kotlin DSL: Add the following de.viaboxx : annomark-example gradle kotlin dependency to your build.gradle.kts file:

implementation("de.viaboxx:annomark-example:2.5.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.viaboxx : annomark-example sbt scala dependency to your build.sbt file:

libraryDependencies += "de.viaboxx" % "annomark-example" % "2.5.11"

Advertisement