License |
License |
---|---|
GroupId | GroupIddev.dejvokep |
ArtifactId | ArtifactIdboosted-yaml-spigot |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBoostedYAML for Spigot
A simple-to-use library delivering boosted experience while working with YAML files; contains serializer which supports Spigot API serialization system.
|
Filename | Size |
---|---|
boosted-yaml-spigot-1.2.pom | |
boosted-yaml-spigot-1.2.jar | 429 KB |
boosted-yaml-spigot-1.2-sources.jar | 8 KB |
boosted-yaml-spigot-1.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.dejvokep/boosted-yaml-spigot/ -->
<dependency>
<groupId>dev.dejvokep</groupId>
<artifactId>boosted-yaml-spigot</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.dejvokep/boosted-yaml-spigot/
implementation 'dev.dejvokep:boosted-yaml-spigot:1.2'
// https://jarcasting.com/artifacts/dev.dejvokep/boosted-yaml-spigot/
implementation ("dev.dejvokep:boosted-yaml-spigot:1.2")
'dev.dejvokep:boosted-yaml-spigot:jar:1.2'
<dependency org="dev.dejvokep" name="boosted-yaml-spigot" rev="1.2">
<artifact name="boosted-yaml-spigot" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.dejvokep', module='boosted-yaml-spigot', version='1.2')
)
libraryDependencies += "dev.dejvokep" % "boosted-yaml-spigot" % "1.2"
[dev.dejvokep/boosted-yaml-spigot "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.18.1-R0.1-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |