MVN

org.erjia : web

Maven & Gradle

Jan 19, 2022

ErJia Java Web Library · Java 开发工具包 ErJia2,是 ErJia 的升级版,向 Kotlin 迁移。“ErJia”,是以作者生活的村落”二甲村”而来,为了纪念这座美好的小村庄,特意将该工具包以“二甲”的拼音命名。

<dependency>
    <groupId>org.erjia</groupId>
    <artifactId>web</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.erjia : web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.erjia : web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
web-1.0.3
web-1.0.2
web-1.0.1

How to add a dependency to Maven

Add the following org.erjia : web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.erjia</groupId>
    <artifactId>web</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.erjia : web gradle dependency to your build.gradle file:

implementation 'org.erjia:web:1.0.3'

Gradle Kotlin DSL: Add the following org.erjia : web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.erjia:web:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.erjia : web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.erjia" % "web" % "1.0.3"

Advertisement