MVN

com.xishankeji : Demo

Maven & Gradle

May 10, 2019
5 stars

Demo

<dependency>
    <groupId>com.xishankeji</groupId>
    <artifactId>Demo</artifactId>
    <version>1.1.1.86</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xishankeji : Demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1.86
  • Latest Beta: 1.0.5-beta4

All Versions

Choose a version of com.xishankeji : Demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
Demo-1.1.1.86
Demo-1.1.1.85
Demo-1.1.1.81
Demo-1.1.1.71
Demo-1.1.1.63
Demo-1.1.1.60
Demo-1.1.1.55
Demo-1.1.1.50
Demo-1.1.1.38
Demo-1.1.1.35.Final
Demo-1.1.1.22.Final
Demo-1.1.1.20.Final
Demo-1.1.0.Final
1.0.x
Demo-1.0.5-final1
Demo-1.0.5-beta4
Demo-1.0.5-beta3
Demo-1.0.5-beta2
Demo-1.0.5-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xishankeji</groupId>
    <artifactId>Demo</artifactId>
    <version>1.1.1.86</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xishankeji : Demo gradle dependency to your build.gradle file:

implementation 'com.xishankeji:Demo:1.1.1.86'

Gradle Kotlin DSL: Add the following com.xishankeji : Demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xishankeji:Demo:1.1.1.86")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xishankeji : Demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xishankeji" % "Demo" % "1.1.1.86"

Advertisement