License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdscrooge |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionscrooge
A Thrift generator for Scala
|
Project URL |
Project URL |
Filename | Size |
---|---|
scrooge-3.1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/scrooge/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/scrooge/
implementation 'com.twitter:scrooge:3.1.1'
// https://jarcasting.com/artifacts/com.twitter/scrooge/
implementation ("com.twitter:scrooge:3.1.1")
'com.twitter:scrooge:pom:3.1.1'
<dependency org="com.twitter" name="scrooge" rev="3.1.1">
<artifact name="scrooge" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='scrooge', version='3.1.1')
)
libraryDependencies += "com.twitter" % "scrooge" % "3.1.1"
[com.twitter/scrooge "3.1.1"]