Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ladutsko |
ArtifactId | ArtifactIdspring-boot-starter-toml |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-toml/
implementation 'com.github.ladutsko:spring-boot-starter-toml:1.0.1'
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-toml/
implementation ("com.github.ladutsko:spring-boot-starter-toml:1.0.1")
'com.github.ladutsko:spring-boot-starter-toml:jar:1.0.1'
<dependency org="com.github.ladutsko" name="spring-boot-starter-toml" rev="1.0.1">
<artifact name="spring-boot-starter-toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ladutsko', module='spring-boot-starter-toml', version='1.0.1')
)
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-toml" % "1.0.1"
[com.github.ladutsko/spring-boot-starter-toml "1.0.1"]