Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdcom.github.skjolber.json-log-filter |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version1.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/ -->
<dependency>
<groupId>com.github.skjolber.json-log-filter</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/
implementation 'com.github.skjolber.json-log-filter:spring-boot-starter:1.0.13'
// https://jarcasting.com/artifacts/com.github.skjolber.json-log-filter/spring-boot-starter/
implementation ("com.github.skjolber.json-log-filter:spring-boot-starter:1.0.13")
'com.github.skjolber.json-log-filter:spring-boot-starter:jar:1.0.13'
<dependency org="com.github.skjolber.json-log-filter" name="spring-boot-starter" rev="1.0.13">
<artifact name="spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.json-log-filter', module='spring-boot-starter', version='1.0.13')
)
libraryDependencies += "com.github.skjolber.json-log-filter" % "spring-boot-starter" % "1.0.13"
[com.github.skjolber.json-log-filter/spring-boot-starter "1.0.13"]