scrudbeans-annotation-processor-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.manosbatsis.scrudbeans</groupId>
<artifactId>scrudbeans-annotation-processor-kotlin</artifactId>
<version>1.0.1</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>com.github.manosbatsis.scrudbeans</groupId>
<artifactId>scrudbeans-annotation-processor-kotlin</artifactId>
<version>1.0.1</version>
<name>scrudbeans-annotation-processor-kotlin</name>
<description>Configuration for publishing Jvm libraries to Sonatype Maven Central</description>
<url>https://manosbatsis.github.io/scrudbeans-annotation-processor-kotlin/</url>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>https://opensource.org/licenses/LGPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<id>manosbatsis</id>
<name>Manos Batsis</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/manosbatsis/scrudbeans-annotation-processor-kotlin.git</connection>
<developerConnection>scm:git:ssh://github.com:manosbatsis/scrudbeans-annotation-processor-kotlin.git</developerConnection>
<url>https://github.com/manosbatsis/scrudbeans-annotation-processor-kotlin/tree/master</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.manosbatsis.scrudbeans</groupId>
<artifactId>scrudbeans-jpa</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.manosbatsis.kotlin-utils</groupId>
<artifactId>kotlin-utils-kapt</artifactId>
<version>0.37</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet</artifactId>
<version>1.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-inflector</artifactId>
<version>1.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>