| Группа | Группаcom.scoperetail |
|---|---|
| Идентификатор | Идентификаторcommons-time |
| Версия | Версия0.17 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-time-0.17.pom | |
| commons-time-0.17.jar | 10 KB |
| commons-time-0.17-sources.jar | 7 KB |
| commons-time-0.17-javadoc.jar | 54 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.scoperetail/commons-time/ -->
<dependency>
<groupId>com.scoperetail</groupId>
<artifactId>commons-time</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail/commons-time/
implementation 'com.scoperetail:commons-time:0.17'
// https://jarcasting.com/artifacts/com.scoperetail/commons-time/
implementation ("com.scoperetail:commons-time:0.17")
'com.scoperetail:commons-time:jar:0.17'
<dependency org="com.scoperetail" name="commons-time" rev="0.17">
<artifact name="commons-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail', module='commons-time', version='0.17')
)
libraryDependencies += "com.scoperetail" % "commons-time" % "0.17"
[com.scoperetail/commons-time "0.17"]