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