License |
License |
---|---|
GroupId | GroupIdcom.github.yoojia |
ArtifactId | ArtifactIdnext-events |
Version | Version2.4.3 |
Type | Typejar |
Description |
DescriptionNextEvents
NextEvents: A Java Event Bus Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
next-events-2.4.3.pom | |
next-events-2.4.3.jar | 41 KB |
next-events-2.4.3-sources.jar | 22 KB |
next-events-2.4.3-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-events/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-events</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-events/
implementation 'com.github.yoojia:next-events:2.4.3'
// https://jarcasting.com/artifacts/com.github.yoojia/next-events/
implementation ("com.github.yoojia:next-events:2.4.3")
'com.github.yoojia:next-events:jar:2.4.3'
<dependency org="com.github.yoojia" name="next-events" rev="2.4.3">
<artifact name="next-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-events', version='2.4.3')
)
libraryDependencies += "com.github.yoojia" % "next-events" % "2.4.3"
[com.github.yoojia/next-events "2.4.3"]