Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdcom.verygoodsecurity |
ArtifactId | ArtifactIdspring-boot-watchman-starter |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.verygoodsecurity/spring-boot-watchman-starter/ -->
<dependency>
<groupId>com.verygoodsecurity</groupId>
<artifactId>spring-boot-watchman-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.verygoodsecurity/spring-boot-watchman-starter/
implementation 'com.verygoodsecurity:spring-boot-watchman-starter:0.0.4'
// https://jarcasting.com/artifacts/com.verygoodsecurity/spring-boot-watchman-starter/
implementation ("com.verygoodsecurity:spring-boot-watchman-starter:0.0.4")
'com.verygoodsecurity:spring-boot-watchman-starter:jar:0.0.4'
<dependency org="com.verygoodsecurity" name="spring-boot-watchman-starter" rev="0.0.4">
<artifact name="spring-boot-watchman-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.verygoodsecurity', module='spring-boot-watchman-starter', version='0.0.4')
)
libraryDependencies += "com.verygoodsecurity" % "spring-boot-watchman-starter" % "0.0.4"
[com.verygoodsecurity/spring-boot-watchman-starter "0.0.4"]