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