| GroupId | GroupIdcom.scoperetail |
|---|---|
| ArtifactId | ArtifactIdcommons-time |
| Version | Version0.15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-time-0.15.pom | |
| commons-time-0.15.jar | 8 KB |
| commons-time-0.15-sources.jar | 5 KB |
| commons-time-0.15-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scoperetail/commons-time/ -->
<dependency>
<groupId>com.scoperetail</groupId>
<artifactId>commons-time</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail/commons-time/
implementation 'com.scoperetail:commons-time:0.15'
// https://jarcasting.com/artifacts/com.scoperetail/commons-time/
implementation ("com.scoperetail:commons-time:0.15")
'com.scoperetail:commons-time:jar:0.15'
<dependency org="com.scoperetail" name="commons-time" rev="0.15">
<artifact name="commons-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail', module='commons-time', version='0.15')
)
libraryDependencies += "com.scoperetail" % "commons-time" % "0.15"
[com.scoperetail/commons-time "0.15"]