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