m

maven-dbus-plugin

Maven DBus Plugin generates Java Sources from interface XML definitions. It is essentially a wrapper around CreateInterface so that projects can more easily maintain an interface specification.
http://quest.windwards.net/content/maven-dbus-plugin
GNU Lesser General Public License
Quest
文件下载
文件名 操作
maven-dbus-plugin-0.1.jar 下载
maven-dbus-plugin-0.1.pom 下载
maven-dbus-plugin-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.windwards</groupId>
  <artifactId>maven-dbus-plugin</artifactId>
  <version>0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.windwards:maven-dbus-plugin:0.1'
Gradle Kotlin
implementation("net.windwards:maven-dbus-plugin:0.1")
Scala SBT
libraryDependencies += "net.windwards" % "maven-dbus-plugin" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.windwards', module='maven-dbus-plugin', version='0.1')
)
Apache Ivy
<dependency org="net.windwards" name="maven-dbus-plugin" rev="0.1" />
Leiningen
[net.windwards/maven-dbus-plugin "0.1"]
Apache Buildr
'net.windwards:maven-dbus-plugin:jar:0.1'