is not current version
Last Version 0.5

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

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.4
Type

Type

jar

Download scrooge-gradle-plugin 0.4


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