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