Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdsecurity-tools |
Version | Version7.140.12 |
Type | Typejar |
Filename | Size |
---|---|
security-tools-7.140.12.pom | |
security-tools-7.140.12.jar | 13 KB |
security-tools-7.140.12-sources.jar | 7 KB |
security-tools-7.140.12-javadoc.jar | 469 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/security-tools/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>security-tools</artifactId>
<version>7.140.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/security-tools/
implementation 'com.yahoo.vespa:security-tools:7.140.12'
// https://jarcasting.com/artifacts/com.yahoo.vespa/security-tools/
implementation ("com.yahoo.vespa:security-tools:7.140.12")
'com.yahoo.vespa:security-tools:jar:7.140.12'
<dependency org="com.yahoo.vespa" name="security-tools" rev="7.140.12">
<artifact name="security-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='security-tools', version='7.140.12')
)
libraryDependencies += "com.yahoo.vespa" % "security-tools" % "7.140.12"
[com.yahoo.vespa/security-tools "7.140.12"]