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