| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration Configurate | 
| GroupId | GroupIdme.lucko.configurate | 
| ArtifactId | ArtifactIdconfigurate-toml | 
| Last Version | Last Version4.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionconfigurate-toml configurate loader for TOML | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| configurate-toml-4.1.pom | |
| configurate-toml-4.1.jar | 7 KB | 
| configurate-toml-4.1-sources.jar | 4 KB | 
| configurate-toml-4.1-javadoc.jar | 31 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.lucko.configurate/configurate-toml/ -->
<dependency>
    <groupId>me.lucko.configurate</groupId>
    <artifactId>configurate-toml</artifactId>
    <version>4.1</version>
</dependency>// https://jarcasting.com/artifacts/me.lucko.configurate/configurate-toml/
implementation 'me.lucko.configurate:configurate-toml:4.1'// https://jarcasting.com/artifacts/me.lucko.configurate/configurate-toml/
implementation ("me.lucko.configurate:configurate-toml:4.1")'me.lucko.configurate:configurate-toml:jar:4.1'<dependency org="me.lucko.configurate" name="configurate-toml" rev="4.1">
  <artifact name="configurate-toml" type="jar" />
</dependency>@Grapes(
@Grab(group='me.lucko.configurate', module='configurate-toml', version='4.1')
)libraryDependencies += "me.lucko.configurate" % "configurate-toml" % "4.1"[me.lucko.configurate/configurate-toml "4.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.spongepowered : configurate-core | jar | 4.1.2 | 
| com.moandjiezana.toml : toml4j | jar | 0.7.2 |