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