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