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