ScalaBuilder

Another way to describe case classes in Scala

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.iltotore
ArtifactId

ArtifactId

sponge-scala_2.13
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

ScalaBuilder
Another way to describe case classes in Scala
Project URL

Project URL

https://github.com/Iltotore/SpongeScala
Source Code Management

Source Code Management

https://github.com/Iltotore/SpongeScala.git

Download sponge-scala_2.13

Dependencies

runtime (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
io.github.iltotore : scalabuilder_2.13 jar 0.1
org.spongepowered : spongeapi jar 7.3.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1