is not current version
Last Version 2.0.0

br.com.gamemods:region-manipulator 0.0.1

A kotlin/java lib that allows you to read and write MCA files in a clean way

GroupId

GroupId

br.com.gamemods
ArtifactId

ArtifactId

region-manipulator
Version

Version

0.0.1
Type

Type

jar

Download region-manipulator 0.0.1


<!-- https://jarcasting.com/artifacts/br.com.gamemods/region-manipulator/ -->
<dependency>
    <groupId>br.com.gamemods</groupId>
    <artifactId>region-manipulator</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.gamemods/region-manipulator/
implementation 'br.com.gamemods:region-manipulator:0.0.1'
// https://jarcasting.com/artifacts/br.com.gamemods/region-manipulator/
implementation ("br.com.gamemods:region-manipulator:0.0.1")
'br.com.gamemods:region-manipulator:jar:0.0.1'
<dependency org="br.com.gamemods" name="region-manipulator" rev="0.0.1">
  <artifact name="region-manipulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.gamemods', module='region-manipulator', version='0.0.1')
)
libraryDependencies += "br.com.gamemods" % "region-manipulator" % "0.0.1"
[br.com.gamemods/region-manipulator "0.0.1"]