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