GroupId | GroupIdcom.jauntsdn.rsocket |
---|---|
ArtifactId | ArtifactIdrsocket-transport-http2 |
Version | Version0.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jauntsdn.rsocket/rsocket-transport-http2/
implementation 'com.jauntsdn.rsocket:rsocket-transport-http2:0.0.4'
// https://jarcasting.com/artifacts/com.jauntsdn.rsocket/rsocket-transport-http2/
implementation ("com.jauntsdn.rsocket:rsocket-transport-http2:0.0.4")
'com.jauntsdn.rsocket:rsocket-transport-http2:jar:0.0.4'
<dependency org="com.jauntsdn.rsocket" name="rsocket-transport-http2" rev="0.0.4">
<artifact name="rsocket-transport-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jauntsdn.rsocket', module='rsocket-transport-http2', version='0.0.4')
)
libraryDependencies += "com.jauntsdn.rsocket" % "rsocket-transport-http2" % "0.0.4"
[com.jauntsdn.rsocket/rsocket-transport-http2 "0.0.4"]