Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Note:

To use github packages registry you need to have an access token configured: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry

Gradle

Add repository:

repositories {
    maven("https://maven.pkg.github.com/Creeperface01/*")
}

Add dependency:

compileOnly("com.creeperface.nukkit.kformapi:kformapi:1.0")

Maven

Add repository to your pom.xml:

<repositories>
    <repository>
        <id>creeperface-github</id>
        <url>https://maven.pkg.github.com/Creeperface01/*</url>
    </repository>
</repositories>

Add dependency:

<dependency>
    <groupId>com.creeperface.nukkit.kformapi</groupId>
    <artifactId>kformapi</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>

About

nukkit form API for kotlin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages