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