app.softwork.kobol.settings.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>app.softwork.kobol.settings</groupId>
<artifactId>app.softwork.kobol.settings.gradle.plugin</artifactId>
<version>0.2.20</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>app.softwork.kobol.settings</groupId>
<artifactId>app.softwork.kobol.settings.gradle.plugin</artifactId>
<version>0.2.20</version>
<packaging>pom</packaging>
<name>app.softwork KOBOL</name>
<description>A Cobol to Kotlin converter</description>
<url>https://github.com/hfhbd/kobol</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>hfhbd</id>
<name>Philip Wedemann</name>
<email>mybztg+mavencentral@icloud.com</email>
</developer>
</developers>
<scm>
<connection>scm:git://github.com/hfhbd/kobol.git</connection>
<developerConnection>scm:git://github.com/hfhbd/kobol.git</developerConnection>
<url>https://github.com/hfhbd/kobol</url>
</scm>
<dependencies>
<dependency>
<groupId>app.softwork.kobol</groupId>
<artifactId>gradle-plugin</artifactId>
<version>0.2.20</version>
</dependency>
</dependencies>
</project>