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