Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hypfvieh</groupId>
  <artifactId>dbus-java-transport-jnr-unixsocket</artifactId>
  <version>5.1.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.hypfvieh" name="dbus-java-transport-jnr-unixsocket" rev="5.1.0-SNAPSHOT">
  <artifact name="dbus-java-transport-jnr-unixsocket" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hypfvieh', module='dbus-java-transport-jnr-unixsocket', version='5.1.0-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.hypfvieh:dbus-java-transport-jnr-unixsocket:5.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.hypfvieh" % "dbus-java-transport-jnr-unixsocket" % "5.1.0-SNAPSHOT"

Leiningen

[com.github.hypfvieh/dbus-java-transport-jnr-unixsocket "5.1.0-SNAPSHOT"]