| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools Dubbo Net Networking |
| GroupId | GroupIdcom.nixend |
| ArtifactId | ArtifactIdmanny-provider-dubbo |
| Last Version | Last Version1.2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.nixend/manny-provider-dubbo/ -->
<dependency>
<groupId>com.nixend</groupId>
<artifactId>manny-provider-dubbo</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.nixend/manny-provider-dubbo/
implementation 'com.nixend:manny-provider-dubbo:1.2.6'
// https://jarcasting.com/artifacts/com.nixend/manny-provider-dubbo/
implementation ("com.nixend:manny-provider-dubbo:1.2.6")
'com.nixend:manny-provider-dubbo:jar:1.2.6'
<dependency org="com.nixend" name="manny-provider-dubbo" rev="1.2.6">
<artifact name="manny-provider-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nixend', module='manny-provider-dubbo', version='1.2.6')
)
libraryDependencies += "com.nixend" % "manny-provider-dubbo" % "1.2.6"
[com.nixend/manny-provider-dubbo "1.2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nixend : manny-core | jar | 1.2.6 |
| com.nixend : manny-registry-api | jar | 1.2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.dubbo : dubbo | jar | 2.7.12 |