io.github.kochkaev.kotlin.uniontypes.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kochkaev.kotlin.uniontypes</groupId>
<artifactId>io.github.kochkaev.kotlin.uniontypes.gradle.plugin</artifactId>
<version>1.0.1</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.github.kochkaev.kotlin.uniontypes</groupId>
<artifactId>io.github.kochkaev.kotlin.uniontypes.gradle.plugin</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>Kotlin Union & Intersection Types Gradle Plugin</name>
<description>A Gradle Plugin that configures Kotlin Union & Intersection Types FIR K2 Plugin</description>
<url>https://github.com/kochkaev/kotlin-union-types</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://raw.githubusercontent.com/kochkaev/kotlin-union-types/refs/heads/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>kochkaev</id>
<name>Dmitrii Kochkaev</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/kochkaev/kotlin-union-types.git</connection>
<developerConnection>scm:git:ssh://github.com/kochkaev/kotlin-union-types.git</developerConnection>
<url>https://github.com/kochkaev/kotlin-union-types</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.kochkaev.kotlin.uniontypes</groupId>
<artifactId>kotlin-union-types-gradle-plugin</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>