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