dev.reformator.stacktracedecoroutinator.attribute.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.reformator.stacktracedecoroutinator.attribute</groupId>
<artifactId>dev.reformator.stacktracedecoroutinator.attribute.gradle.plugin</artifactId>
<version>2.5.6</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>dev.reformator.stacktracedecoroutinator.attribute</groupId>
<artifactId>dev.reformator.stacktracedecoroutinator.attribute.gradle.plugin</artifactId>
<version>2.5.6</version>
<packaging>pom</packaging>
<name>Stacktrace-decoroutinator Gradle plugin.</name>
<description>Library for recovering stack trace in exceptions thrown in Kotlin coroutines.</description>
<url>https://stacktracedecoroutinator.reformator.dev</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Denis Berestinskii</name>
<email>berestinsky@gmail.com</email>
<url>https://github.com/Anamorphosee</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Anamorphosee/stacktrace-decoroutinator.git</connection>
<developerConnection>scm:git:ssh://github.com:Anamorphosee/stacktrace-decoroutinator.git</developerConnection>
<url>http://github.com/Anamorphosee/stacktrace-decoroutinator/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.reformator.stacktracedecoroutinator</groupId>
<artifactId>stacktrace-decoroutinator-gradle-plugin</artifactId>
<version>2.5.6</version>
</dependency>
</dependencies>
</project>