Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.smartbuf |
ArtifactId | ArtifactIdsmartbuf-dubbo |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
smartbuf-dubbo-1.0.0.pom | |
smartbuf-dubbo-1.0.0.jar | 7 KB |
smartbuf-dubbo-1.0.0-sources.jar | 5 KB |
smartbuf-dubbo-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-dubbo/ -->
<dependency>
<groupId>com.github.smartbuf</groupId>
<artifactId>smartbuf-dubbo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-dubbo/
implementation 'com.github.smartbuf:smartbuf-dubbo:1.0.0'
// https://jarcasting.com/artifacts/com.github.smartbuf/smartbuf-dubbo/
implementation ("com.github.smartbuf:smartbuf-dubbo:1.0.0")
'com.github.smartbuf:smartbuf-dubbo:jar:1.0.0'
<dependency org="com.github.smartbuf" name="smartbuf-dubbo" rev="1.0.0">
<artifact name="smartbuf-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smartbuf', module='smartbuf-dubbo', version='1.0.0')
)
libraryDependencies += "com.github.smartbuf" % "smartbuf-dubbo" % "1.0.0"
[com.github.smartbuf/smartbuf-dubbo "1.0.0"]