MVN

com.github.wensimin : rikaisya.api

Maven & Gradle

Feb 11, 2021
0 stars

rikaisya-api · rikaisya项目依赖api

<dependency>
    <groupId>com.github.wensimin</groupId>
    <artifactId>rikaisya.api</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wensimin : rikaisya.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.github.wensimin : rikaisya.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rikaisya.api-1.1.4
rikaisya.api-1.1.3
rikaisya.api-1.1.2
rikaisya.api-1.1.1
1.1
rikaisya.api-1.1
1.0
rikaisya.api-1.0

How to add a dependency to Maven

Add the following com.github.wensimin : rikaisya.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wensimin</groupId>
    <artifactId>rikaisya.api</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wensimin : rikaisya.api gradle dependency to your build.gradle file:

implementation 'com.github.wensimin:rikaisya.api:1.1.4'

Gradle Kotlin DSL: Add the following com.github.wensimin : rikaisya.api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wensimin:rikaisya.api:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wensimin : rikaisya.api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wensimin" % "rikaisya.api" % "1.1.4"