GroupId | GroupIdtech.aroma |
---|---|
ArtifactId | ArtifactIdaroma-thrift-generators |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.aroma/aroma-thrift-generators/ -->
<dependency>
<groupId>tech.aroma</groupId>
<artifactId>aroma-thrift-generators</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.aroma/aroma-thrift-generators/
implementation 'tech.aroma:aroma-thrift-generators:1.1'
// https://jarcasting.com/artifacts/tech.aroma/aroma-thrift-generators/
implementation ("tech.aroma:aroma-thrift-generators:1.1")
'tech.aroma:aroma-thrift-generators:jar:1.1'
<dependency org="tech.aroma" name="aroma-thrift-generators" rev="1.1">
<artifact name="aroma-thrift-generators" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.aroma', module='aroma-thrift-generators', version='1.1')
)
libraryDependencies += "tech.aroma" % "aroma-thrift-generators" % "1.1"
[tech.aroma/aroma-thrift-generators "1.1"]