GroupId | GroupIdcom.github.hadilq |
---|---|
ArtifactId | ArtifactIdlive-event |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
live-event-1.0.3.pom | |
live-event-1.0.3-sources.jar | 1 KB |
live-event-1.0.3-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadilq/live-event/ -->
<dependency>
<groupId>com.github.hadilq</groupId>
<artifactId>live-event</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq/live-event/
implementation 'com.github.hadilq:live-event:1.0.3'
// https://jarcasting.com/artifacts/com.github.hadilq/live-event/
implementation ("com.github.hadilq:live-event:1.0.3")
'com.github.hadilq:live-event:pom:1.0.3'
<dependency org="com.github.hadilq" name="live-event" rev="1.0.3">
<artifact name="live-event" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq', module='live-event', version='1.0.3')
)
libraryDependencies += "com.github.hadilq" % "live-event" % "1.0.3"
[com.github.hadilq/live-event "1.0.3"]