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