MVN

com.yixan.java.core : yixan-base-web

Maven & Gradle

Apr 13, 2018
1 usages
<dependency>
    <groupId>com.yixan.java.core</groupId>
    <artifactId>yixan-base-web</artifactId>
    <version>3.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yixan.java.core : yixan-base-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.1

All Versions

Choose a version of com.yixan.java.core : yixan-base-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
yixan-base-web-3.7.1
yixan-base-web-3.7.0
3.6.x
yixan-base-web-3.6.8
yixan-base-web-3.6.7
yixan-base-web-3.6.6
yixan-base-web-3.6.5
yixan-base-web-3.6.4
yixan-base-web-3.6.2
yixan-base-web-3.6.1
yixan-base-web-3.6.0
3.5.x
yixan-base-web-3.5.2
yixan-base-web-3.5.1
yixan-base-web-3.5.0
3.4.x
yixan-base-web-3.4.3
yixan-base-web-3.4.2
yixan-base-web-3.4.1
yixan-base-web-3.4.0
3.3.x
yixan-base-web-3.3.3
yixan-base-web-3.3.2
yixan-base-web-3.3.1
yixan-base-web-3.3.0
3.2.x
yixan-base-web-3.2.0
3.1.x
yixan-base-web-3.1.0
3.0.x
yixan-base-web-3.0.4
yixan-base-web-3.0.3
yixan-base-web-3.0.2
yixan-base-web-3.0.1
yixan-base-web-3.0.0

How to add a dependency to Maven

Add the following com.yixan.java.core : yixan-base-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yixan.java.core</groupId>
    <artifactId>yixan-base-web</artifactId>
    <version>3.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yixan.java.core : yixan-base-web gradle dependency to your build.gradle file:

implementation 'com.yixan.java.core:yixan-base-web:3.7.1'

Gradle Kotlin DSL: Add the following com.yixan.java.core : yixan-base-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yixan.java.core:yixan-base-web:3.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yixan.java.core : yixan-base-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yixan.java.core" % "yixan-base-web" % "3.7.1"

Advertisement