s

schem

Schematic reader and writer for Minestom
https://github.com/hollow-cube/schem
MIT
Matt Worzala
Files download
File Operation
schem-1.0.3.jar download
schem-1.0.3.pom download
schem-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.hollowcube</groupId>
  <artifactId>schem</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'dev.hollowcube:schem:1.0.3'
Gradle Kotlin
implementation("dev.hollowcube:schem:1.0.3")
Scala SBT
libraryDependencies += "dev.hollowcube" % "schem" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='dev.hollowcube', module='schem', version='1.0.3')
)
Apache Ivy
<dependency org="dev.hollowcube" name="schem" rev="1.0.3" />
Leiningen
[dev.hollowcube/schem "1.0.3"]
Apache Buildr
'dev.hollowcube:schem:jar:1.0.3'
Dependencies
The project has no third-party dependencies