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