GroupId | GroupIdio.github.alikelleci |
---|---|
ArtifactId | ArtifactIdeventify |
Version | Version0.0.2-beta |
Type | Typejar |
Filename | Size |
---|---|
eventify-0.0.2-beta.pom | |
eventify-0.0.2-beta.jar | 116 KB |
eventify-0.0.2-beta-sources.jar | 48 KB |
eventify-0.0.2-beta-javadoc.jar | 853 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alikelleci/eventify/ -->
<dependency>
<groupId>io.github.alikelleci</groupId>
<artifactId>eventify</artifactId>
<version>0.0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify/
implementation 'io.github.alikelleci:eventify:0.0.2-beta'
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify/
implementation ("io.github.alikelleci:eventify:0.0.2-beta")
'io.github.alikelleci:eventify:jar:0.0.2-beta'
<dependency org="io.github.alikelleci" name="eventify" rev="0.0.2-beta">
<artifact name="eventify" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alikelleci', module='eventify', version='0.0.2-beta')
)
libraryDependencies += "io.github.alikelleci" % "eventify" % "0.0.2-beta"
[io.github.alikelleci/eventify "0.0.2-beta"]