Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Iltotore/SpongeScala

Repository files navigation

SpongeScala

SpongeScala is a Scala-specific layer for the Sponge API. It includes syntactic sugar and Scala-specific features like pattern matching on some Sponge structures.

Features

Here is a list of some SpongeScala's features:

Installing

Importing the library

You can install this library like other scala libs from a Maven repo.

Using Gradle
repositories {
  mavenCentral()
}

dependencies {
  implementation 'io.github.iltotore:sponge-scala_2.13:version'
}
Using SBT
libraryDependencies += "io.github.iltotore" %% "sponge-scala" % "version"

Using the

About

Sponge sugar using Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published