Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.thoughtworks.tools |
ArtifactId | ArtifactIdsecurity-zap |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
security-zap-1.0.4.pom | |
security-zap-1.0.4.jar | 115 KB |
security-zap-1.0.4-sources.jar | 16 KB |
security-zap-1.0.4-javadoc.jar | 409 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.tools/security-zap/ -->
<dependency>
<groupId>com.thoughtworks.tools</groupId>
<artifactId>security-zap</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.tools/security-zap/
implementation 'com.thoughtworks.tools:security-zap:1.0.4'
// https://jarcasting.com/artifacts/com.thoughtworks.tools/security-zap/
implementation ("com.thoughtworks.tools:security-zap:1.0.4")
'com.thoughtworks.tools:security-zap:jar:1.0.4'
<dependency org="com.thoughtworks.tools" name="security-zap" rev="1.0.4">
<artifact name="security-zap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.tools', module='security-zap', version='1.0.4')
)
libraryDependencies += "com.thoughtworks.tools" % "security-zap" % "1.0.4"
[com.thoughtworks.tools/security-zap "1.0.4"]