is not current version
Last Version 1.3

info.faljse:SDNotify 1.0

Java implementation of the systemd notify protocol

GroupId

GroupId

info.faljse
ArtifactId

ArtifactId

SDNotify
Version

Version

1.0
Type

Type

jar

Download SDNotify 1.0


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