License |
License |
---|---|
GroupId | GroupIdcom.github.smartbuf |
ArtifactId | ArtifactIdsmartbuf-springcloud |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmartbuf-springcloud
A serialization plugin for springcloud, which based on smartbuf.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-springcloud/ -->
<dependency>
<groupId>com.github.smartbuf</groupId>
<artifactId>smartbuf-springcloud</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-springcloud/
implementation 'com.github.smartbuf:smartbuf-springcloud:1.0.0'
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-springcloud/
implementation ("com.github.smartbuf:smartbuf-springcloud:1.0.0")
'com.github.smartbuf:smartbuf-springcloud:jar:1.0.0'
<dependency org="com.github.smartbuf" name="smartbuf-springcloud" rev="1.0.0">
<artifact name="smartbuf-springcloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smartbuf', module='smartbuf-springcloud', version='1.0.0')
)
libraryDependencies += "com.github.smartbuf" % "smartbuf-springcloud" % "1.0.0"
[com.github.smartbuf/smartbuf-springcloud "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.smartbuf : smartbuf | jar | 0.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-openfeign | jar | 2.1.0.RELEASE |