MVN

com.yanzhenjie.andserver : plugin

Maven & Gradle

Jan 29, 2023
3.5k stars

andserver-plugin · jar

<dependency>
    <groupId>com.yanzhenjie.andserver</groupId>
    <artifactId>plugin</artifactId>
    <version>2.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yanzhenjie.andserver : plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.11

All Versions

Choose a version of com.yanzhenjie.andserver : plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
plugin-2.1.11
plugin-2.1.10
plugin-2.1.9
plugin-2.1.8
plugin-2.1.7
plugin-2.1.6
plugin-2.1.5
plugin-2.1.4
plugin-2.1.3
plugin-2.1.2
plugin-2.1.1

How to add a dependency to Maven

Add the following com.yanzhenjie.andserver : plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yanzhenjie.andserver</groupId>
    <artifactId>plugin</artifactId>
    <version>2.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yanzhenjie.andserver : plugin gradle dependency to your build.gradle file:

implementation 'com.yanzhenjie.andserver:plugin:2.1.11'

Gradle Kotlin DSL: Add the following com.yanzhenjie.andserver : plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yanzhenjie.andserver:plugin:2.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yanzhenjie.andserver : plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yanzhenjie.andserver" % "plugin" % "2.1.11"

Advertisement