GroupId | GroupIdcom.raxdenstudios |
---|---|
ArtifactId | ArtifactIdcommons-threeten |
Version | Version4.9.3 |
Type | Typeaar |
Filename | Size |
---|---|
commons-threeten-4.9.3.pom | |
commons-threeten-4.9.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raxdenstudios/commons-threeten/ -->
<dependency>
<groupId>com.raxdenstudios</groupId>
<artifactId>commons-threeten</artifactId>
<version>4.9.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-threeten/
implementation 'com.raxdenstudios:commons-threeten:4.9.3'
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-threeten/
implementation ("com.raxdenstudios:commons-threeten:4.9.3")
'com.raxdenstudios:commons-threeten:aar:4.9.3'
<dependency org="com.raxdenstudios" name="commons-threeten" rev="4.9.3">
<artifact name="commons-threeten" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios', module='commons-threeten', version='4.9.3')
)
libraryDependencies += "com.raxdenstudios" % "commons-threeten" % "4.9.3"
[com.raxdenstudios/commons-threeten "4.9.3"]