MVN

com.41concepts : valjogen-annotations

Maven & Gradle

Nov 22, 2014
1 usages
19 stars

ValjoGen-annotations · Annotations used by ValjoGen generator

<dependency>
    <groupId>com.41concepts</groupId>
    <artifactId>valjogen-annotations</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.41concepts : valjogen-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.0.0-RC4

All Versions

Choose a version of com.41concepts : valjogen-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
valjogen-annotations-2.0.0
1.0.x
valjogen-annotations-1.0.0
valjogen-annotations-1.0.0-RC4
valjogen-annotations-1.0.0-RC3
valjogen-annotations-1.0.0-RC2

How to add a dependency to Maven

Add the following com.41concepts : valjogen-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.41concepts</groupId>
    <artifactId>valjogen-annotations</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.41concepts : valjogen-annotations gradle dependency to your build.gradle file:

implementation 'com.41concepts:valjogen-annotations:2.0.0'

Gradle Kotlin DSL: Add the following com.41concepts : valjogen-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.41concepts:valjogen-annotations:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.41concepts : valjogen-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.41concepts" % "valjogen-annotations" % "2.0.0"

Advertisement