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