MVN

io.github.altawk.asl : script-kether

Maven & Gradle

Jan 09, 2024
0 stars

Script-Kether · A Script Language from Taboolib

<dependency>
    <groupId>io.github.altawk.asl</groupId>
    <artifactId>script-kether</artifactId>
    <version>6.0.12-69</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.altawk.asl : script-kether to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.12-69

All Versions

Choose a version of io.github.altawk.asl : script-kether to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
script-kether-6.0.12-69
script-kether-6.0.12-68
script-kether-6.0.12-61

How to add a dependency to Maven

Add the following io.github.altawk.asl : script-kether maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.altawk.asl</groupId>
    <artifactId>script-kether</artifactId>
    <version>6.0.12-69</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.altawk.asl : script-kether gradle dependency to your build.gradle file:

implementation 'io.github.altawk.asl:script-kether:6.0.12-69'

Gradle Kotlin DSL: Add the following io.github.altawk.asl : script-kether gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.altawk.asl:script-kether:6.0.12-69")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.altawk.asl : script-kether sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.altawk.asl" % "script-kether" % "6.0.12-69"