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