is not current version
Last Version 2.0

tech.aroma:aroma-notification-service 1.0

Part of the Aroma Project. Simplicity is paramount. The Notification Service is responsible for managing and sending Notifications to Aroma Channels.

GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-notification-service
Version

Version

1.0
Type

Type

jar

Download aroma-notification-service 1.0


<!-- 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"]