GroupId | GroupIdcom.github.jpmsilva.jsystemd |
---|---|
ArtifactId | ArtifactIdjsystemd |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jsystemd-1.0.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/ -->
<dependency>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/
implementation 'com.github.jpmsilva.jsystemd:jsystemd:1.0.0'
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/
implementation ("com.github.jpmsilva.jsystemd:jsystemd:1.0.0")
'com.github.jpmsilva.jsystemd:jsystemd:pom:1.0.0'
<dependency org="com.github.jpmsilva.jsystemd" name="jsystemd" rev="1.0.0">
<artifact name="jsystemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmsilva.jsystemd', module='jsystemd', version='1.0.0')
)
libraryDependencies += "com.github.jpmsilva.jsystemd" % "jsystemd" % "1.0.0"
[com.github.jpmsilva.jsystemd/jsystemd "1.0.0"]