| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdcom.contrastsecurity |
| ArtifactId | ArtifactIdcontrast-agent |
| Version | Version3.6.5.8974 |
| Type | Typejar |
| Filename | Size |
|---|---|
| contrast-agent-3.6.5.8974.pom | |
| contrast-agent-3.6.5.8974.jar | 9 MB |
| contrast-agent-3.6.5.8974-sources.jar | 342 bytes |
| contrast-agent-3.6.5.8974-javadoc.jar | 342 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.contrastsecurity/contrast-agent/ -->
<dependency>
<groupId>com.contrastsecurity</groupId>
<artifactId>contrast-agent</artifactId>
<version>3.6.5.8974</version>
</dependency>
// https://jarcasting.com/artifacts/com.contrastsecurity/contrast-agent/
implementation 'com.contrastsecurity:contrast-agent:3.6.5.8974'
// https://jarcasting.com/artifacts/com.contrastsecurity/contrast-agent/
implementation ("com.contrastsecurity:contrast-agent:3.6.5.8974")
'com.contrastsecurity:contrast-agent:jar:3.6.5.8974'
<dependency org="com.contrastsecurity" name="contrast-agent" rev="3.6.5.8974">
<artifact name="contrast-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.contrastsecurity', module='contrast-agent', version='3.6.5.8974')
)
libraryDependencies += "com.contrastsecurity" % "contrast-agent" % "3.6.5.8974"
[com.contrastsecurity/contrast-agent "3.6.5.8974"]