scan-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sonatype.gradle.plugins</groupId> <artifactId>scan-gradle-plugin</artifactId> <version>2.5.3</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>org.sonatype.gradle.plugins</groupId> <artifactId>scan-gradle-plugin</artifactId> <version>2.5.3</version> <name>scan-gradle-plugin</name> <description>Scan, evaluate and audit Gradle projects using Sonatype platforms</description> <url>https://github.com/sonatype-nexus-community/scan-gradle-plugin</url> <organization> <name>Sonatype</name> <url>https://www.sonatype.org</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Guillermo Varela</name> </developer> <developer> <name>Usman Shaikh</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/sonatype-nexus-community/scan-gradle-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com:sonatype-nexus-community/scan-gradle-plugin.git</developerConnection> <url>https://github.com/sonatype-nexus-community/scan-gradle-plugin</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/sonatype-nexus-community/scan-gradle-plugin/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.sonatype.nexus</groupId> <artifactId>nexus-platform-api</artifactId> <version>4.0.3-01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.sonatype.ossindex</groupId> <artifactId>ossindex-service-client</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.11</version> <scope>runtime</scope> </dependency> </dependencies> </project>