MVN

org.nocrala.tools.database.sentinel : sentinel-maven-plugin

Maven & Gradle

Mar 09, 2022
<dependency>
    <groupId>org.nocrala.tools.database.sentinel</groupId>
    <artifactId>sentinel-maven-plugin</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nocrala.tools.database.sentinel : sentinel-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of org.nocrala.tools.database.sentinel : sentinel-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sentinel-maven-plugin-1.1.8
sentinel-maven-plugin-1.1.7
sentinel-maven-plugin-1.1.6
sentinel-maven-plugin-1.1.5
sentinel-maven-plugin-1.1.4
sentinel-maven-plugin-1.1.3
sentinel-maven-plugin-1.1.2
sentinel-maven-plugin-1.1.1
sentinel-maven-plugin-1.1.0
1.0.x
sentinel-maven-plugin-1.0.9
sentinel-maven-plugin-1.0.8
sentinel-maven-plugin-1.0.7
sentinel-maven-plugin-1.0.6
sentinel-maven-plugin-1.0.5
sentinel-maven-plugin-1.0.4
sentinel-maven-plugin-1.0.2
sentinel-maven-plugin-1.0.1
sentinel-maven-plugin-1.0.0

How to add a dependency to Maven

Add the following org.nocrala.tools.database.sentinel : sentinel-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nocrala.tools.database.sentinel</groupId>
    <artifactId>sentinel-maven-plugin</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nocrala.tools.database.sentinel : sentinel-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.nocrala.tools.database.sentinel:sentinel-maven-plugin:1.1.8'

Gradle Kotlin DSL: Add the following org.nocrala.tools.database.sentinel : sentinel-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nocrala.tools.database.sentinel:sentinel-maven-plugin:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nocrala.tools.database.sentinel : sentinel-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nocrala.tools.database.sentinel" % "sentinel-maven-plugin" % "1.1.8"