MVN

com.github.kahlkn : misaka-extend

Maven & Gradle

Jan 09, 2022
0 stars

Misaka extend · Misaka extend.

<dependency>
    <groupId>com.github.kahlkn</groupId>
    <artifactId>misaka-extend</artifactId>
    <version>1.0.0.20210917f.beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kahlkn : misaka-extend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.20210917f.beta
  • Latest Beta: 1.0.0.20210917f.beta

All Versions

Choose a version of com.github.kahlkn : misaka-extend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
misaka-extend-1.0.0.20210917f.beta
misaka-extend-1.0.0.20210901f.beta
misaka-extend-1.0.0.20210823.beta
misaka-extend-1.0.0.20191024.beta
misaka-extend-1.0.0.20191021.beta
misaka-extend-1.0.0.20191020.beta

How to add a dependency to Maven

Add the following com.github.kahlkn : misaka-extend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kahlkn</groupId>
    <artifactId>misaka-extend</artifactId>
    <version>1.0.0.20210917f.beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kahlkn : misaka-extend gradle dependency to your build.gradle file:

implementation 'com.github.kahlkn:misaka-extend:1.0.0.20210917f.beta'

Gradle Kotlin DSL: Add the following com.github.kahlkn : misaka-extend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kahlkn:misaka-extend:1.0.0.20210917f.beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kahlkn : misaka-extend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kahlkn" % "misaka-extend" % "1.0.0.20210917f.beta"