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