GroupId | GroupIdorg.threeten |
---|---|
ArtifactId | ArtifactIdthreetenbp |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
threetenbp-0.8.1.pom | |
threetenbp-0.8.1.jar | 434 KB |
threetenbp-0.8.1-sources.jar | 451 KB |
threetenbp-0.8.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.threeten/threetenbp/ -->
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.threeten/threetenbp/
implementation 'org.threeten:threetenbp:0.8.1'
// https://jarcasting.com/artifacts/org.threeten/threetenbp/
implementation ("org.threeten:threetenbp:0.8.1")
'org.threeten:threetenbp:jar:0.8.1'
<dependency org="org.threeten" name="threetenbp" rev="0.8.1">
<artifact name="threetenbp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threeten', module='threetenbp', version='0.8.1')
)
libraryDependencies += "org.threeten" % "threetenbp" % "0.8.1"
[org.threeten/threetenbp "0.8.1"]