is not current version
Last Version 1.3

info.faljse:SDNotify 1.1

Java implementation of the systemd notify protocol

GroupId

GroupId

info.faljse
ArtifactId

ArtifactId

SDNotify
Version

Version

1.1
Type

Type

jar

Download SDNotify 1.1


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