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