| License |
License |
|---|---|
| GroupId | GroupIdorg.dromara |
| ArtifactId | ArtifactIdmyth-rpc |
| Version | Version2.0.2-RELEASE |
| Type | Typepom |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| myth-rpc-2.0.2-RELEASE.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dromara/myth-rpc/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>myth-rpc</artifactId>
<version>2.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/myth-rpc/
implementation 'org.dromara:myth-rpc:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/myth-rpc/
implementation ("org.dromara:myth-rpc:2.0.2-RELEASE")
'org.dromara:myth-rpc:pom:2.0.2-RELEASE'
<dependency org="org.dromara" name="myth-rpc" rev="2.0.2-RELEASE">
<artifact name="myth-rpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='myth-rpc', version='2.0.2-RELEASE')
)
libraryDependencies += "org.dromara" % "myth-rpc" % "2.0.2-RELEASE"
[org.dromara/myth-rpc "2.0.2-RELEASE"]