Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Laxystem/Spock

Repository files navigation

Spock Engine

Caution

Spock is in alpha. Backwards compatibility is intended but not guaranteed.

Maven

All modules are available on maven central.

// build.gradle.kts

repositories.mavenCentral()

val spock: String by properties

dependencies {
	// core
	implementation("quest.laxla:spock:$spock")

	// any other module, e.g. util
	implementation("quest.laxla:spock-util:$spock")
}

Packages

No packages published

Contributors 3

  •  
  •  
  •