Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.thriftee |
ArtifactId | ArtifactIdthriftee-provider-swift |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-provider-swift/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thriftee-provider-swift</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-provider-swift/
implementation 'org.thriftee:thriftee-provider-swift:0.4.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-provider-swift/
implementation ("org.thriftee:thriftee-provider-swift:0.4.0")
'org.thriftee:thriftee-provider-swift:jar:0.4.0'
<dependency org="org.thriftee" name="thriftee-provider-swift" rev="0.4.0">
<artifact name="thriftee-provider-swift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-provider-swift', version='0.4.0')
)
libraryDependencies += "org.thriftee" % "thriftee-provider-swift" % "0.4.0"
[org.thriftee/thriftee-provider-swift "0.4.0"]