MVN

com.chuangke18 : easyweb

Maven & Gradle

Jan 10, 2018
1 stars

easyweb · dccccccccccccccccccccccccccccc

<dependency>
    <groupId>com.chuangke18</groupId>
    <artifactId>easyweb</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chuangke18 : easyweb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of com.chuangke18 : easyweb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
easyweb-0.5.3
easyweb-0.5.2
easyweb-0.5.0
0.4.x
easyweb-0.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.chuangke18</groupId>
    <artifactId>easyweb</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chuangke18 : easyweb gradle dependency to your build.gradle file:

implementation 'com.chuangke18:easyweb:0.5.3'

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

implementation("com.chuangke18:easyweb:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chuangke18 : easyweb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chuangke18" % "easyweb" % "0.5.3"

Advertisement