Dependency Information
Apache Maven
<dependency> <groupId>com.github.hypfvieh</groupId> <artifactId>dbus-java-parent</artifactId> <version>3.3.0-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Buildr
'com.github.hypfvieh:dbus-java-parent:pom:3.3.0-SNAPSHOT'
Apache Ivy
<dependency org="com.github.hypfvieh" name="dbus-java-parent" rev="3.3.0-SNAPSHOT"> <artifact name="dbus-java-parent" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hypfvieh', module='dbus-java-parent', version='3.3.0-SNAPSHOT') )
Gradle/Grails
compile 'com.github.hypfvieh:dbus-java-parent:3.3.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.hypfvieh" % "dbus-java-parent" % "3.3.0-SNAPSHOT"
Leiningen
[com.github.hypfvieh/dbus-java-parent "3.3.0-SNAPSHOT"]
