License |
License |
---|---|
Categories |
CategoriesData ORM |
GroupId | GroupIdcom.ancientlightstudios |
ArtifactId | ArtifactIdsimplegen-dataformat-toml |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleGen - TOML Data Format
TOML data format support for simplegen
|
<!-- https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-toml/ -->
<dependency>
<groupId>com.ancientlightstudios</groupId>
<artifactId>simplegen-dataformat-toml</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-toml/
implementation 'com.ancientlightstudios:simplegen-dataformat-toml:3.0.0'
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-toml/
implementation ("com.ancientlightstudios:simplegen-dataformat-toml:3.0.0")
'com.ancientlightstudios:simplegen-dataformat-toml:jar:3.0.0'
<dependency org="com.ancientlightstudios" name="simplegen-dataformat-toml" rev="3.0.0">
<artifact name="simplegen-dataformat-toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ancientlightstudios', module='simplegen-dataformat-toml', version='3.0.0')
)
libraryDependencies += "com.ancientlightstudios" % "simplegen-dataformat-toml" % "3.0.0"
[com.ancientlightstudios/simplegen-dataformat-toml "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ancientlightstudios : simplegen-api | jar | 3.0.0 |
org.tomlj : tomlj | jar | 1.0.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
io.kotest : kotest-runner-junit5-jvm | jar | 4.3.1 |
io.kotest : kotest-assertions-core-jvm | jar | 4.3.1 |
io.kotest : kotest-property-jvm | jar | 4.3.1 |