文件下载
文件名 操作
commons-web-0.3.7.jar 下载
commons-web-0.3.7.pom 下载
commons-web-0.3.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-web</artifactId>
  <version>0.3.7</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-web:0.3.7'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-web:0.3.7")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-web" % "0.3.7"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-web', version='0.3.7')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-web" rev="0.3.7" />
Leiningen
[pl.chilldev.commons/commons-web "0.3.7"]
Apache Buildr
'pl.chilldev.commons:commons-web:jar:0.3.7'