Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIddbus-java-parent |
Version | Version3.2.3 |
Type | Typepom |
Filename | Size |
---|---|
dbus-java-parent-3.2.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java-parent/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>dbus-java-parent</artifactId>
<version>3.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java-parent/
implementation 'com.github.hypfvieh:dbus-java-parent:3.2.3'
// https://jarcasting.com/artifacts/com.github.hypfvieh/dbus-java-parent/
implementation ("com.github.hypfvieh:dbus-java-parent:3.2.3")
'com.github.hypfvieh:dbus-java-parent:pom:3.2.3'
<dependency org="com.github.hypfvieh" name="dbus-java-parent" rev="3.2.3">
<artifact name="dbus-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='dbus-java-parent', version='3.2.3')
)
libraryDependencies += "com.github.hypfvieh" % "dbus-java-parent" % "3.2.3"
[com.github.hypfvieh/dbus-java-parent "3.2.3"]