processor-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.stoyicker.test-accessors</groupId>
<artifactId>processor-kotlin</artifactId>
<version>1.2.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.stoyicker.test-accessors</groupId>
<artifactId>processor-kotlin</artifactId>
<version>1.2.2</version>
<name>processor-kotlin</name>
<description>processor-kotlin</description>
<url>https://github.com/stoyicker/test-accessors</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>stoyicker</id>
<name>Jorge Antonio Diaz-Benito Soriano</name>
<email>jorge.diazbenitosoriano@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com:stoyicker/test-accessors.git</connection>
<developerConnection>scm:git:ssh:git@github.com:stoyicker/test-accessors.git</developerConnection>
<url>https://github.com/stoyicker/test-accessors</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.31</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.stoyicker.test-accessors</groupId>
<artifactId>annotations</artifactId>
<version>1.2.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>