iltotore / spongescala   0.1

GitHub

Sponge sugar using Scala

Scala versions: 2.13

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