GroupId | GroupIdcom.jauntsdn.rsocket |
---|---|
ArtifactId | ArtifactIdrsocket-transport-http2 |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jauntsdn.rsocket/rsocket-transport-http2/ -->
<dependency>
<groupId>com.jauntsdn.rsocket</groupId>
<artifactId>rsocket-transport-http2</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jauntsdn.rsocket/rsocket-transport-http2/
implementation 'com.jauntsdn.rsocket:rsocket-transport-http2:0.0.3'
// https://jarcasting.com/artifacts/com.jauntsdn.rsocket/rsocket-transport-http2/
implementation ("com.jauntsdn.rsocket:rsocket-transport-http2:0.0.3")
'com.jauntsdn.rsocket:rsocket-transport-http2:jar:0.0.3'
<dependency org="com.jauntsdn.rsocket" name="rsocket-transport-http2" rev="0.0.3">
<artifact name="rsocket-transport-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jauntsdn.rsocket', module='rsocket-transport-http2', version='0.0.3')
)
libraryDependencies += "com.jauntsdn.rsocket" % "rsocket-transport-http2" % "0.0.3"
[com.jauntsdn.rsocket/rsocket-transport-http2 "0.0.3"]