MVN

tech.skot.libraries.sk-security : viewlegacy-android

Maven & Gradle

Nov 21, 2022
0 stars

viewlegacy · viewlegacy module for SK-Security skot library

<dependency>
    <groupId>tech.skot.libraries.sk-security</groupId>
    <artifactId>viewlegacy-android</artifactId>
    <version>0.0.2_1.1.78</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.2_1.1.78

All Versions

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

Version Vulnerabilities Updated
0.0.x
viewlegacy-android-0.0.2_1.1.78
viewlegacy-android-0.0.1_1.1.78
viewlegacy-android-0.0.0_1.1.72

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.skot.libraries.sk-security</groupId>
    <artifactId>viewlegacy-android</artifactId>
    <version>0.0.2_1.1.78</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.skot.libraries.sk-security:viewlegacy-android:0.0.2_1.1.78'

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

implementation("tech.skot.libraries.sk-security:viewlegacy-android:0.0.2_1.1.78")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.skot.libraries.sk-security" % "viewlegacy-android" % "0.0.2_1.1.78"