GroupId | GroupIdorg.thriftee |
---|---|
ArtifactId | ArtifactIdthriftee-root |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
thriftee-root-0.4.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-root/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thriftee-root</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-root/
implementation 'org.thriftee:thriftee-root:0.4.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-root/
implementation ("org.thriftee:thriftee-root:0.4.0")
'org.thriftee:thriftee-root:pom:0.4.0'
<dependency org="org.thriftee" name="thriftee-root" rev="0.4.0">
<artifact name="thriftee-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-root', version='0.4.0')
)
libraryDependencies += "org.thriftee" % "thriftee-root" % "0.4.0"
[org.thriftee/thriftee-root "0.4.0"]