Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.bata19 |
ArtifactId | ArtifactIdlog-masking-spring-boot-test |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-test/ -->
<dependency>
<groupId>com.github.bata19</groupId>
<artifactId>log-masking-spring-boot-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-test/
implementation 'com.github.bata19:log-masking-spring-boot-test:1.0.0'
// https://jarcasting.com/artifacts/com.github.bata19/log-masking-spring-boot-test/
implementation ("com.github.bata19:log-masking-spring-boot-test:1.0.0")
'com.github.bata19:log-masking-spring-boot-test:jar:1.0.0'
<dependency org="com.github.bata19" name="log-masking-spring-boot-test" rev="1.0.0">
<artifact name="log-masking-spring-boot-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bata19', module='log-masking-spring-boot-test', version='1.0.0')
)
libraryDependencies += "com.github.bata19" % "log-masking-spring-boot-test" % "1.0.0"
[com.github.bata19/log-masking-spring-boot-test "1.0.0"]