MVN

top.fanua.doctor : doctor-all

Maven & Gradle

Nov 25, 2022
12 stars

doctor-all · doctor协议库doctor一个简单的Minecraft库

<dependency>
    <groupId>top.fanua.doctor</groupId>
    <artifactId>doctor-all</artifactId>
    <version>1.3.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.fanua.doctor : doctor-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.13

All Versions

Choose a version of top.fanua.doctor : doctor-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
doctor-all-1.3.13
doctor-all-1.3.10
doctor-all-1.3.9

How to add a dependency to Maven

Add the following top.fanua.doctor : doctor-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.fanua.doctor</groupId>
    <artifactId>doctor-all</artifactId>
    <version>1.3.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.fanua.doctor : doctor-all gradle dependency to your build.gradle file:

implementation 'top.fanua.doctor:doctor-all:1.3.13'

Gradle Kotlin DSL: Add the following top.fanua.doctor : doctor-all gradle kotlin dependency to your build.gradle.kts file:

implementation("top.fanua.doctor:doctor-all:1.3.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.fanua.doctor : doctor-all sbt scala dependency to your build.sbt file:

libraryDependencies += "top.fanua.doctor" % "doctor-all" % "1.3.13"