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