GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-zbus |
Version | Version2.3.9.v20200309 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zbus/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-zbus</artifactId>
<version>2.3.9.v20200309</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zbus/
implementation 'org.nutz:nutzboot-starter-zbus:2.3.9.v20200309'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zbus/
implementation ("org.nutz:nutzboot-starter-zbus:2.3.9.v20200309")
'org.nutz:nutzboot-starter-zbus:jar:2.3.9.v20200309'
<dependency org="org.nutz" name="nutzboot-starter-zbus" rev="2.3.9.v20200309">
<artifact name="nutzboot-starter-zbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-zbus', version='2.3.9.v20200309')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-zbus" % "2.3.9.v20200309"
[org.nutz/nutzboot-starter-zbus "2.3.9.v20200309"]