GroupId | GroupIdcom.github.yoojia |
---|---|
ArtifactId | ArtifactIdnext-events |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
next-events-2.0.pom | |
next-events-2.0.jar | 38 KB |
next-events-2.0-sources.jar | 21 KB |
next-events-2.0-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-events/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-events</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-events/
implementation 'com.github.yoojia:next-events:2.0'
// https://jarcasting.com/artifacts/com.github.yoojia/next-events/
implementation ("com.github.yoojia:next-events:2.0")
'com.github.yoojia:next-events:jar:2.0'
<dependency org="com.github.yoojia" name="next-events" rev="2.0">
<artifact name="next-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-events', version='2.0')
)
libraryDependencies += "com.github.yoojia" % "next-events" % "2.0"
[com.github.yoojia/next-events "2.0"]