<?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.faendir</groupId>
  <artifactId>kotlinbard</artifactId>
  <version>0.4.1</version>
  <name>KotlinBard</name>
  <description>KotlinBard is a collection of extension functions for KotlinPoet to provide a fluent kotlin DSL for code generation.</description>
  <url>https://github.com/F43nd1r/kotlinbard</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>enjoydambience</id>
      <name>enjoydambience</name>
    </developer>
    <developer>
      <id>f43nd1r</id>
      <name>Lukas Morawietz</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/F43nd1r/kotlinbard.git</connection>
    <developerConnection>scm:git:https://github.com/F43nd1r/kotlinbard.git</developerConnection>
    <url>https://github.com/F43nd1r/kotlinbard.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>kotlinpoet</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
