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