| GroupId | GroupIdio.joyrpc | 
    
|---|---|
| ArtifactId | ArtifactIdjoyrpc-protocol-http | 
    
| Version | Version1.4.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.joyrpc/joyrpc-protocol-http/ -->
<dependency>
    <groupId>io.joyrpc</groupId>
    <artifactId>joyrpc-protocol-http</artifactId>
    <version>1.4.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.joyrpc/joyrpc-protocol-http/
implementation 'io.joyrpc:joyrpc-protocol-http:1.4.2-RELEASE'
                // https://jarcasting.com/artifacts/io.joyrpc/joyrpc-protocol-http/
implementation ("io.joyrpc:joyrpc-protocol-http:1.4.2-RELEASE")
                'io.joyrpc:joyrpc-protocol-http:jar:1.4.2-RELEASE'
                <dependency org="io.joyrpc" name="joyrpc-protocol-http" rev="1.4.2-RELEASE">
  <artifact name="joyrpc-protocol-http" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.joyrpc', module='joyrpc-protocol-http', version='1.4.2-RELEASE')
)
                libraryDependencies += "io.joyrpc" % "joyrpc-protocol-http" % "1.4.2-RELEASE"
                [io.joyrpc/joyrpc-protocol-http "1.4.2-RELEASE"]