contrast-agent
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.contrastsecurity</groupId> <artifactId>contrast-agent</artifactId> <version>6.12.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.contrastsecurity</groupId> <artifactId>contrast-agent</artifactId> <version>6.12.1</version> <name>contrast-agent</name> <description> This plugin provides values as extra properties that are needed by Contrast Java agent projects that supply licensing information. </description> <url>https://www.contrastsecurity.com</url> <organization> <name>Contrast Security</name> <url>https://www.contrastsecurity.com</url> </organization> <licenses> <license> <url>https://www.contrastsecurity.com/enduser-terms-0317a</url> <comments> Copyright: 2024 Contrast Security, Inc Contact: support@contrastsecurity.com License: Commercial NOTICE: This Software and the patented inventions embodied within may only be used as part of Contrast Security's commercial offerings. Even though it is made available through public repositories, use of this Software is subject to the applicable End User Licensing Agreement found at https://www.contrastsecurity.com/enduser-terms-0317a or as otherwise agreed between Contrast Security and the End User. The Software may not be reverse engineered, modified, repackaged, sold, redistributed or otherwise used in a way not consistent with the End User License Agreement. </comments> </license> </licenses> <developers> <developer> <id>contrastsecurity</id> <name>Contrast Security</name> <email>support@contrastsecurity.com</email> </developer> </developers> <scm> <connection>scm:git:ssh://git@bitbucket.org/contrastsecurity/java-agent.git</connection> <developerConnection>scm:git:ssh://git@bitbucket.org/contrastsecurity/java-agent.git</developerConnection> <url>https://bitbucket.org/contrastsecurity/java-agent/contrast-agent</url> </scm> </project>