Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ft-force |
ArtifactId | ArtifactIdcoral-masking-spring-boot-starter |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ft-force/coral-masking-spring-boot-starter/ -->
<dependency>
<groupId>com.github.ft-force</groupId>
<artifactId>coral-masking-spring-boot-starter</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-masking-spring-boot-starter/
implementation 'com.github.ft-force:coral-masking-spring-boot-starter:0.0.5'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-masking-spring-boot-starter/
implementation ("com.github.ft-force:coral-masking-spring-boot-starter:0.0.5")
'com.github.ft-force:coral-masking-spring-boot-starter:jar:0.0.5'
<dependency org="com.github.ft-force" name="coral-masking-spring-boot-starter" rev="0.0.5">
<artifact name="coral-masking-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-masking-spring-boot-starter', version='0.0.5')
)
libraryDependencies += "com.github.ft-force" % "coral-masking-spring-boot-starter" % "0.0.5"
[com.github.ft-force/coral-masking-spring-boot-starter "0.0.5"]