is not current version
Last Version 0.5

com.github.iamsteveholmes:scrooge-gradle-plugin 0.3

Scrooge Gradle Plugin is a gradle plugin for generating scala files from thrift

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.iamsteveholmes
ArtifactId

ArtifactId

scrooge-gradle-plugin
Version

Version

0.3
Type

Type

jar

Download scrooge-gradle-plugin 0.3


<!-- https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/ -->
<dependency>
    <groupId>com.github.iamsteveholmes</groupId>
    <artifactId>scrooge-gradle-plugin</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation 'com.github.iamsteveholmes:scrooge-gradle-plugin:0.3'
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation ("com.github.iamsteveholmes:scrooge-gradle-plugin:0.3")
'com.github.iamsteveholmes:scrooge-gradle-plugin:jar:0.3'
<dependency org="com.github.iamsteveholmes" name="scrooge-gradle-plugin" rev="0.3">
  <artifact name="scrooge-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iamsteveholmes', module='scrooge-gradle-plugin', version='0.3')
)
libraryDependencies += "com.github.iamsteveholmes" % "scrooge-gradle-plugin" % "0.3"
[com.github.iamsteveholmes/scrooge-gradle-plugin "0.3"]