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