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