License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.iamsteveholmes |
ArtifactId | ArtifactIdscrooge-gradle-plugin |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScrooge Gradle Plugin
Scrooge Gradle Plugin is a gradle plugin for generating scala files from thrift
|
Project URL |
Project URL |
Filename | Size |
---|---|
scrooge-gradle-plugin-0.5.pom | |
scrooge-gradle-plugin-0.5.jar | 9 KB |
scrooge-gradle-plugin-0.5-sources.jar | 1 KB |
scrooge-gradle-plugin-0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/ -->
<dependency>
<groupId>com.github.iamsteveholmes</groupId>
<artifactId>scrooge-gradle-plugin</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation 'com.github.iamsteveholmes:scrooge-gradle-plugin:0.5'
// https://jarcasting.com/artifacts/com.github.iamsteveholmes/scrooge-gradle-plugin/
implementation ("com.github.iamsteveholmes:scrooge-gradle-plugin:0.5")
'com.github.iamsteveholmes:scrooge-gradle-plugin:jar:0.5'
<dependency org="com.github.iamsteveholmes" name="scrooge-gradle-plugin" rev="0.5">
<artifact name="scrooge-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iamsteveholmes', module='scrooge-gradle-plugin', version='0.5')
)
libraryDependencies += "com.github.iamsteveholmes" % "scrooge-gradle-plugin" % "0.5"
[com.github.iamsteveholmes/scrooge-gradle-plugin "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.8.7 |
org.scala-lang : scala-library | jar | 2.10.2 |
com.twitter : scrooge-generator_2.10 | jar | 3.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-1.8 |