Categories |
CategoriesNet Time4J General Purpose Libraries Date and Time |
---|---|
GroupId | GroupIdnet.time4j |
ArtifactId | ArtifactIdtime4j-core |
Version | Version3.25 |
Type | Typejar |
Filename | Size |
---|---|
time4j-core-3.25.pom | |
time4j-core-3.25.jar | 471 KB |
time4j-core-3.25-sources.jar | 563 KB |
time4j-core-3.25-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.time4j/time4j-core/ -->
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-core</artifactId>
<version>3.25</version>
</dependency>
// https://jarcasting.com/artifacts/net.time4j/time4j-core/
implementation 'net.time4j:time4j-core:3.25'
// https://jarcasting.com/artifacts/net.time4j/time4j-core/
implementation ("net.time4j:time4j-core:3.25")
'net.time4j:time4j-core:jar:3.25'
<dependency org="net.time4j" name="time4j-core" rev="3.25">
<artifact name="time4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.time4j', module='time4j-core', version='3.25')
)
libraryDependencies += "net.time4j" % "time4j-core" % "3.25"
[net.time4j/time4j-core "3.25"]