io.toxicity.sqlite-mc.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.toxicity.sqlite-mc</groupId>
<artifactId>io.toxicity.sqlite-mc.gradle.plugin</artifactId>
<version>2.1.0-2.2.3-0</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.toxicity.sqlite-mc</groupId>
<artifactId>io.toxicity.sqlite-mc.gradle.plugin</artifactId>
<version>2.1.0-2.2.3-0</version>
<packaging>pom</packaging>
<name>SQLiteMC Gradle Plugin</name>
<description>Gradle plugin for automatically setting up the SQLDelight plugin to be used with SQLiteMC</description>
<url>https://github.com/toxicity-io/sqlite-mc/</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>toxicity-io</id>
<name>Toxicity</name>
<url>https://github.com/toxicity-io/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/toxicity-io/sqlite-mc.git</connection>
<developerConnection>scm:git:ssh://git@github.com/toxicity-io/sqlite-mc.git</developerConnection>
<url>https://github.com/toxicity-io/sqlite-mc/</url>
</scm>
<dependencies>
<dependency>
<groupId>io.toxicity.sqlite-mc</groupId>
<artifactId>gradle-plugin</artifactId>
<version>2.1.0-2.2.3-0</version>
</dependency>
</dependencies>
</project>