Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ft-force |
ArtifactId | ArtifactIdcoral-masking-spring-boot-starter |
Version | Version0.1.6 |
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.1.6</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.1.6'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-masking-spring-boot-starter/
implementation ("com.github.ft-force:coral-masking-spring-boot-starter:0.1.6")
'com.github.ft-force:coral-masking-spring-boot-starter:jar:0.1.6'
<dependency org="com.github.ft-force" name="coral-masking-spring-boot-starter" rev="0.1.6">
<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.1.6')
)
libraryDependencies += "com.github.ft-force" % "coral-masking-spring-boot-starter" % "0.1.6"
[com.github.ft-force/coral-masking-spring-boot-starter "0.1.6"]