Skip to content

K-Lqrs/Beacon

Repository files navigation

Beacon

Beacon is a simple, lightweight, and easy-to-use library for creating and calling the event in java and kotlin.

Installation

Latest version: Maven metadata URL

You need to add the MavenCentral repository to your build file:

Gradle(Groovy)

repositories {
    mavenCentral()
}

dependencies {
    implementation 'net.rk4z:beacon:[Version]'
}

Gradle(Kotlin)

repositories {
    mavenCentral()
}

dependencies {
    implementation("net.rk4z:beacon:[Version]")
}

Maven

<repositories>
    <repository>
        <id>central</id>
        <url>https://repo.maven.apache.org/maven2</url>
    </repository>
</repositories>

<dependency>
    <groupId>net.rk4z</groupId>
    <artifactId>beacon</artifactId>
    <version>[Version]</version>
</dependency>

Hint: You can find the all version of the library on the MavenCentral.

About

A simple event API for Java/Kotlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published