MVN

tech.skot.libraries.sk-scanner : viewlegacy

Maven & Gradle

Jan 12, 2023
0 stars

viewlegacy · viewlegacy module for SK-Scanner skot library

<dependency>
    <groupId>tech.skot.libraries.sk-scanner</groupId>
    <artifactId>viewlegacy</artifactId>
    <version>0.0.3_1.1.81</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.skot.libraries.sk-scanner : viewlegacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3_1.1.81

All Versions

Choose a version of tech.skot.libraries.sk-scanner : viewlegacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
viewlegacy-0.0.3_1.1.81
viewlegacy-0.0.2_1.1.72
viewlegacy-0.0.1_1.1.55
viewlegacy-0.0.1_1.1.3

How to add a dependency to Maven

Add the following tech.skot.libraries.sk-scanner : viewlegacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.skot.libraries.sk-scanner</groupId>
    <artifactId>viewlegacy</artifactId>
    <version>0.0.3_1.1.81</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.skot.libraries.sk-scanner : viewlegacy gradle dependency to your build.gradle file:

implementation 'tech.skot.libraries.sk-scanner:viewlegacy:0.0.3_1.1.81'

Gradle Kotlin DSL: Add the following tech.skot.libraries.sk-scanner : viewlegacy gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.skot.libraries.sk-scanner:viewlegacy:0.0.3_1.1.81")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.skot.libraries.sk-scanner : viewlegacy sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.skot.libraries.sk-scanner" % "viewlegacy" % "0.0.3_1.1.81"