MVN

se.eris : notnull-instrumenter-maven-plugin

Maven & Gradle

Nov 18, 2021
35 stars

IntelliJ Annotations Instrumenter · NotNull annotations instrumenter maven plugin

<dependency>
    <groupId>se.eris</groupId>
    <artifactId>notnull-instrumenter-maven-plugin</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.eris : notnull-instrumenter-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 0.6.9-RC2
  • Latest Beta: 0.6.9-beta

All Versions

Choose a version of se.eris : notnull-instrumenter-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
notnull-instrumenter-maven-plugin-1.1.1
notnull-instrumenter-maven-plugin-1.1.0
1.0.x
notnull-instrumenter-maven-plugin-1.0.0
0.6.x
notnull-instrumenter-maven-plugin-0.6.9-RC2
notnull-instrumenter-maven-plugin-0.6.9-RC1
notnull-instrumenter-maven-plugin-0.6.9-beta
notnull-instrumenter-maven-plugin-0.6.8
notnull-instrumenter-maven-plugin-0.6.7
notnull-instrumenter-maven-plugin-0.6.6
notnull-instrumenter-maven-plugin-0.6.5
notnull-instrumenter-maven-plugin-0.6.4
notnull-instrumenter-maven-plugin-0.6.3
notnull-instrumenter-maven-plugin-0.6.2
notnull-instrumenter-maven-plugin-0.6.1
notnull-instrumenter-maven-plugin-0.6.0
notnull-instrumenter-maven-plugin-0.6.0-RC1
0.5.x
notnull-instrumenter-maven-plugin-0.5.0
0.4.x
notnull-instrumenter-maven-plugin-0.4.2
notnull-instrumenter-maven-plugin-0.4.1
0.4
notnull-instrumenter-maven-plugin-0.4
0.3
notnull-instrumenter-maven-plugin-0.3
0.2
notnull-instrumenter-maven-plugin-0.2

How to add a dependency to Maven

Add the following se.eris : notnull-instrumenter-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.eris</groupId>
    <artifactId>notnull-instrumenter-maven-plugin</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.eris : notnull-instrumenter-maven-plugin gradle dependency to your build.gradle file:

implementation 'se.eris:notnull-instrumenter-maven-plugin:1.1.1'

Gradle Kotlin DSL: Add the following se.eris : notnull-instrumenter-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("se.eris:notnull-instrumenter-maven-plugin:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.eris : notnull-instrumenter-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "se.eris" % "notnull-instrumenter-maven-plugin" % "1.1.1"

Advertisement