License |
License |
---|---|
GroupId | GroupIdio.zbus |
ArtifactId | ArtifactIdzbus |
Last Version | Last Version1.0.0-b1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzbus
a lightweight yet powerful RPC and messaging framework to build service bus
|
Filename | Size |
---|---|
zbus-1.0.0-b1.pom | |
zbus-1.0.0-b1.jar | 453 KB |
zbus-1.0.0-b1-sources.jar | 249 KB |
zbus-1.0.0-b1-javadoc.jar | 908 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zbus/zbus/ -->
<dependency>
<groupId>io.zbus</groupId>
<artifactId>zbus</artifactId>
<version>1.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zbus/zbus/
implementation 'io.zbus:zbus:1.0.0-b1'
// https://jarcasting.com/artifacts/io.zbus/zbus/
implementation ("io.zbus:zbus:1.0.0-b1")
'io.zbus:zbus:jar:1.0.0-b1'
<dependency org="io.zbus" name="zbus" rev="1.0.0-b1">
<artifact name="zbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zbus', module='zbus', version='1.0.0-b1')
)
libraryDependencies += "io.zbus" % "zbus" % "1.0.0-b1"
[io.zbus/zbus "1.0.0-b1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.26.Final |
com.alibaba : fastjson | jar | 1.2.46 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.16 |
org.springframework : spring-context | jar | 4.3.10.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.10.RELEASE |
mysql : mysql-connector-java | jar | 5.1.38 |
com.alibaba : druid | jar | 1.1.2 |
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
org.freemarker : freemarker | jar | 2.3.28 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |