MVN

com.whlylc : fabric-rest

Maven & Gradle

Dec 16, 2018
3 stars

Luoying fabric rest server · Luoying fabric rest server

<dependency>
    <groupId>com.whlylc</groupId>
    <artifactId>fabric-rest</artifactId>
    <version>1.2.0-rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.whlylc : fabric-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-rc1
  • Latest Release Candidate: 1.2.0-rc1

All Versions

Choose a version of com.whlylc : fabric-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fabric-rest-1.2.0-rc1

How to add a dependency to Maven

Add the following com.whlylc : fabric-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.whlylc</groupId>
    <artifactId>fabric-rest</artifactId>
    <version>1.2.0-rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.whlylc : fabric-rest gradle dependency to your build.gradle file:

implementation 'com.whlylc:fabric-rest:1.2.0-rc1'

Gradle Kotlin DSL: Add the following com.whlylc : fabric-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.whlylc:fabric-rest:1.2.0-rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.whlylc : fabric-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.whlylc" % "fabric-rest" % "1.2.0-rc1"