An open API service indexing awesome lists of open source software.

https://github.com/mcparkournet/anfodis

Annotation based framework for different things (commands, listeners)
https://github.com/mcparkournet/anfodis

annotation command hacktoberfest java jda listener paper velocity waterfall

Last synced: about 1 month ago
JSON representation

Annotation based framework for different things (commands, listeners)

Awesome Lists containing this project

README

        

![build](https://github.com/mcparkournet/anfodis/workflows/build/badge.svg)
[![Download](https://api.bintray.com/packages/mcparkour/maven-public/anfodis-core/images/download.svg)](https://bintray.com/mcparkour/maven-public/anfodis-core/_latestVersion)

# Anfodis

Annotation API for different things.

## Usage

```kotlin
repositories {
jcenter()
}

dependencies {
implementation("net.mcparkour:anfodis-paper:1.4.2")
}
```