MVN

io.github.joelzhu : scanner-runtime

Maven & Gradle

May 08, 2023
1 stars

Joel's Compile Scanner.Runtime · Compile for plugin scanner-runtime.

<dependency>
    <groupId>io.github.joelzhu</groupId>
    <artifactId>scanner-runtime</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.joelzhu : scanner-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of io.github.joelzhu : scanner-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
scanner-runtime-2.1.0
2.0.x
scanner-runtime-2.0.0
1.8.x
scanner-runtime-1.8.0
1.7
scanner-runtime-1.7
1.6
scanner-runtime-1.6
1.5
scanner-runtime-1.5
1.4
scanner-runtime-1.4
1.3
scanner-runtime-1.3
1.2
scanner-runtime-1.2
1.1
scanner-runtime-1.1

How to add a dependency to Maven

Add the following io.github.joelzhu : scanner-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.joelzhu</groupId>
    <artifactId>scanner-runtime</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.joelzhu : scanner-runtime gradle dependency to your build.gradle file:

implementation 'io.github.joelzhu:scanner-runtime:2.1.0'

Gradle Kotlin DSL: Add the following io.github.joelzhu : scanner-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.joelzhu:scanner-runtime:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.joelzhu : scanner-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.joelzhu" % "scanner-runtime" % "2.1.0"

Advertisement