io.sentry.jvm.gradle.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sentry.jvm.gradle</groupId> <artifactId>io.sentry.jvm.gradle.gradle.plugin</artifactId> <version>5.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.sentry.jvm.gradle</groupId> <artifactId>io.sentry.jvm.gradle.gradle.plugin</artifactId> <version>5.9.0</version> <packaging>pom</packaging> <name>Sentry Android Gradle Plugin</name> <description>Sentry Android Gradle Plugin</description> <url>https://github.com/getsentry/sentry-android-gradle-plugin</url> <licenses> <license> <name>MIT</name> <url>https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>getsentry</id> <name>Sentry Team and Contributors</name> <url>https://github.com/getsentry/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/getsentry/sentry-android-gradle-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com/getsentry/sentry-android-gradle-plugin.git</developerConnection> <url>https://github.com/getsentry/sentry-android-gradle-plugin</url> </scm> <dependencies> <dependency> <groupId>io.sentry</groupId> <artifactId>sentry-android-gradle-plugin</artifactId> <version>5.9.0</version> </dependency> </dependencies> </project>