MVN

de.blueelk : tagfile-lint-mojo-example

Maven & Gradle

Jul 11, 2014

Tagfile linter Maven Mojo Testing ad Example

<dependency>
    <groupId>de.blueelk</groupId>
    <artifactId>tagfile-lint-mojo-example</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.blueelk : tagfile-lint-mojo-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of de.blueelk : tagfile-lint-mojo-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
tagfile-lint-mojo-example-0.4.3

How to add a dependency to Maven

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

<dependency>
    <groupId>de.blueelk</groupId>
    <artifactId>tagfile-lint-mojo-example</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.blueelk : tagfile-lint-mojo-example gradle dependency to your build.gradle file:

implementation 'de.blueelk:tagfile-lint-mojo-example:0.4.3'

Gradle Kotlin DSL: Add the following de.blueelk : tagfile-lint-mojo-example gradle kotlin dependency to your build.gradle.kts file:

implementation("de.blueelk:tagfile-lint-mojo-example:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.blueelk : tagfile-lint-mojo-example sbt scala dependency to your build.sbt file:

libraryDependencies += "de.blueelk" % "tagfile-lint-mojo-example" % "0.4.3"