is not current version
Last Version 2.0.0

com.github.ladutsko:spring-boot-starter-toml 1.0.0

Strategy to load TOML v0.4.0 files

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.ladutsko
ArtifactId

ArtifactId

spring-boot-starter-toml
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-starter-toml 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-toml/ -->
<dependency>
    <groupId>com.github.ladutsko</groupId>
    <artifactId>spring-boot-starter-toml</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-toml/
implementation 'com.github.ladutsko:spring-boot-starter-toml:1.0.0'
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-toml/
implementation ("com.github.ladutsko:spring-boot-starter-toml:1.0.0")
'com.github.ladutsko:spring-boot-starter-toml:jar:1.0.0'
<dependency org="com.github.ladutsko" name="spring-boot-starter-toml" rev="1.0.0">
  <artifact name="spring-boot-starter-toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ladutsko', module='spring-boot-starter-toml', version='1.0.0')
)
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-toml" % "1.0.0"
[com.github.ladutsko/spring-boot-starter-toml "1.0.0"]