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