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