Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.verygoodsecurity |
ArtifactId | ArtifactIdwatchman |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
watchman-0.0.3.pom | |
watchman-0.0.3.jar | 23 KB |
watchman-0.0.3-sources.jar | 8 KB |
watchman-0.0.3-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.verygoodsecurity/watchman/ -->
<dependency>
<groupId>com.verygoodsecurity</groupId>
<artifactId>watchman</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.verygoodsecurity/watchman/
implementation 'com.verygoodsecurity:watchman:0.0.3'
// https://jarcasting.com/artifacts/com.verygoodsecurity/watchman/
implementation ("com.verygoodsecurity:watchman:0.0.3")
'com.verygoodsecurity:watchman:jar:0.0.3'
<dependency org="com.verygoodsecurity" name="watchman" rev="0.0.3">
<artifact name="watchman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.verygoodsecurity', module='watchman', version='0.0.3')
)
libraryDependencies += "com.verygoodsecurity" % "watchman" % "0.0.3"
[com.verygoodsecurity/watchman "0.0.3"]