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