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