is not current version
Last Version 1.2.1

org.lwapp:lwapp-notification 1.1.GA

Lwapp commons is a utility jar file with most common features needed in daily java programming.

GroupId

GroupId

org.lwapp
ArtifactId

ArtifactId

lwapp-notification
Version

Version

1.1.GA
Type

Type

jar

Download lwapp-notification 1.1.GA


<!-- https://jarcasting.com/artifacts/org.lwapp/lwapp-notification/ -->
<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-notification</artifactId>
    <version>1.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwapp/lwapp-notification/
implementation 'org.lwapp:lwapp-notification:1.1.GA'
// https://jarcasting.com/artifacts/org.lwapp/lwapp-notification/
implementation ("org.lwapp:lwapp-notification:1.1.GA")
'org.lwapp:lwapp-notification:jar:1.1.GA'
<dependency org="org.lwapp" name="lwapp-notification" rev="1.1.GA">
  <artifact name="lwapp-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwapp', module='lwapp-notification', version='1.1.GA')
)
libraryDependencies += "org.lwapp" % "lwapp-notification" % "1.1.GA"
[org.lwapp/lwapp-notification "1.1.GA"]