c

common-web

Files download
File Operation
common-web-3.0.1-2023.10.13.jar download
common-web-3.0.1-2023.10.13.pom download
common-web-3.0.1-2023.10.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen.common</groupId>
  <artifactId>common-web</artifactId>
  <version>3.0.1-2023.10.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen.common:common-web:3.0.1-2023.10.13'
Gradle Kotlin
implementation("com.github.fanzezhen.common:common-web:3.0.1-2023.10.13")
Scala SBT
libraryDependencies += "com.github.fanzezhen.common" % "common-web" % "3.0.1-2023.10.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen.common', module='common-web', version='3.0.1-2023.10.13')
)
Apache Ivy
<dependency org="com.github.fanzezhen.common" name="common-web" rev="3.0.1-2023.10.13" />
Leiningen
[com.github.fanzezhen.common/common-web "3.0.1-2023.10.13"]
Apache Buildr
'com.github.fanzezhen.common:common-web:jar:3.0.1-2023.10.13'