d

dbus-java-bom

DBus-Java Bill of Materials (BOM)
Files download
File Operation
dbus-java-bom-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.hypfvieh</groupId>
  <artifactId>dbus-java-bom</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hypfvieh:dbus-java-bom:5.0.0'
Gradle Kotlin
implementation("com.github.hypfvieh:dbus-java-bom:5.0.0")
Scala SBT
libraryDependencies += "com.github.hypfvieh" % "dbus-java-bom" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hypfvieh', module='dbus-java-bom', version='5.0.0')
)
Apache Ivy
<dependency org="com.github.hypfvieh" name="dbus-java-bom" rev="5.0.0" />
Leiningen
[com.github.hypfvieh/dbus-java-bom "5.0.0"]
Apache Buildr
'com.github.hypfvieh:dbus-java-bom:jar:5.0.0'