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