GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdworld-fragment |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
world-fragment-3.0.0.pom | |
world-fragment-3.0.0.jar | 351 KB |
world-fragment-3.0.0-sources.jar | 4 KB |
world-fragment-3.0.0-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/world-fragment/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>world-fragment</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/world-fragment/
implementation 'io.github.shiruka:world-fragment:3.0.0'
// https://jarcasting.com/artifacts/io.github.shiruka/world-fragment/
implementation ("io.github.shiruka:world-fragment:3.0.0")
'io.github.shiruka:world-fragment:jar:3.0.0'
<dependency org="io.github.shiruka" name="world-fragment" rev="3.0.0">
<artifact name="world-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='world-fragment', version='3.0.0')
)
libraryDependencies += "io.github.shiruka" % "world-fragment" % "3.0.0"
[io.github.shiruka/world-fragment "3.0.0"]