Spigot Scala

Spigot sugar for Scala

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.iltotore
ArtifactId

ArtifactId

spigot-scala_2.13
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Spigot Scala
Spigot sugar for Scala
Project URL

Project URL

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

Source Code Management

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

Download spigot-scala_2.13

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3

Project Modules

There are no modules declared in this project.

SpigotScala

Extends the Spigot API using Scala.

Description

SpigotScala is a Scala-specific rework of the Spigot API. It includes syntactic sugar and scala-specific features.

Features

SpigotScala includes:

Installation

Developers

You can add the release jar to your project libraries or use a build tool like Gradle or SBT:

Using Gradle
repositories {
  mavenCentral()
}

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

Server owners

You must add the release jar to your plugins directory, then restart/reload the server.

Versions

Version
1.0