MVN

com.leaprnd.migrannotate : processor

Maven & Gradle

Mar 03, 2022
3 stars

Migrannotate · Version control your database schema using Java annotations

<dependency>
    <groupId>com.leaprnd.migrannotate</groupId>
    <artifactId>processor</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.leaprnd.migrannotate : processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.leaprnd.migrannotate : processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
processor-1.0.9
processor-1.0.8
processor-1.0.7
processor-1.0.6
processor-1.0.4
processor-1.0.3
processor-1.0.2
processor-1.0.1
processor-1.0.0

How to add a dependency to Maven

Add the following com.leaprnd.migrannotate : processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.leaprnd.migrannotate</groupId>
    <artifactId>processor</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.leaprnd.migrannotate : processor gradle dependency to your build.gradle file:

implementation 'com.leaprnd.migrannotate:processor:1.0.9'

Gradle Kotlin DSL: Add the following com.leaprnd.migrannotate : processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.leaprnd.migrannotate:processor:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.leaprnd.migrannotate : processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.leaprnd.migrannotate" % "processor" % "1.0.9"