jp.co.gahojin.thrifty.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>jp.co.gahojin.thrifty</groupId>
<artifactId>jp.co.gahojin.thrifty.gradle.plugin</artifactId>
<version>4.7.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>jp.co.gahojin.thrifty</groupId>
<artifactId>jp.co.gahojin.thrifty.gradle.plugin</artifactId>
<version>4.7.0</version>
<packaging>pom</packaging>
<name>thrifty-gradle-plugin</name>
<description>A Gradle plugin that compiles .thrift files into Thrifty sources.</description>
<url>https://github.com/gahojin/thrifty/</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>gahojin</id>
<name>GAHOJIN, Inc.</name>
<url>https://github.com/gahojin/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/gahojin/thrifty.git</connection>
<developerConnection>scm:git:ssh://git@github.com/gahojin/thrifty.git</developerConnection>
<url>https://github.com/gahojin/thrifty/</url>
</scm>
<dependencies>
<dependency>
<groupId>jp.co.gahojin.thrifty</groupId>
<artifactId>thrifty-gradle-plugin</artifactId>
<version>4.7.0</version>
</dependency>
</dependencies>
</project>