| GroupId | GroupIdms.dew | 
|---|---|
| ArtifactId | ArtifactIdnotification | 
| Version | Version2.0.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| notification-2.0.0-beta2.pom | |
| notification-2.0.0-beta2.jar | 19 KB | 
| notification-2.0.0-beta2-sources.jar | 13 KB | 
| notification-2.0.0-beta2-javadoc.jar | 64 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ms.dew/notification/ -->
<dependency>
    <groupId>ms.dew</groupId>
    <artifactId>notification</artifactId>
    <version>2.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/ms.dew/notification/
implementation 'ms.dew:notification:2.0.0-beta2'// https://jarcasting.com/artifacts/ms.dew/notification/
implementation ("ms.dew:notification:2.0.0-beta2")'ms.dew:notification:jar:2.0.0-beta2'<dependency org="ms.dew" name="notification" rev="2.0.0-beta2">
  <artifact name="notification" type="jar" />
</dependency>@Grapes(
@Grab(group='ms.dew', module='notification', version='2.0.0-beta2')
)libraryDependencies += "ms.dew" % "notification" % "2.0.0-beta2"[ms.dew/notification "2.0.0-beta2"]