Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.goodpaas |
ArtifactId | ArtifactIdgooddubbo |
Version | Version0.1.0.snapshot |
Type | Typejar |
Filename | Size |
---|---|
gooddubbo-0.1.0.snapshot.pom | |
gooddubbo-0.1.0.snapshot.jar | 23 KB |
gooddubbo-0.1.0.snapshot-sources.jar | 17 KB |
gooddubbo-0.1.0.snapshot-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.goodpaas/gooddubbo/ -->
<dependency>
<groupId>com.github.goodpaas</groupId>
<artifactId>gooddubbo</artifactId>
<version>0.1.0.snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.goodpaas/gooddubbo/
implementation 'com.github.goodpaas:gooddubbo:0.1.0.snapshot'
// https://jarcasting.com/artifacts/com.github.goodpaas/gooddubbo/
implementation ("com.github.goodpaas:gooddubbo:0.1.0.snapshot")
'com.github.goodpaas:gooddubbo:jar:0.1.0.snapshot'
<dependency org="com.github.goodpaas" name="gooddubbo" rev="0.1.0.snapshot">
<artifact name="gooddubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.goodpaas', module='gooddubbo', version='0.1.0.snapshot')
)
libraryDependencies += "com.github.goodpaas" % "gooddubbo" % "0.1.0.snapshot"
[com.github.goodpaas/gooddubbo "0.1.0.snapshot"]