GroupId | GroupIdcom.twitter |
---|---|
ArtifactId | ArtifactIdhpack-parent |
Version | Version0.11.0 |
Type | Typepom |
Filename | Size |
---|---|
hpack-parent-0.11.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/hpack-parent/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hpack-parent</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hpack-parent/
implementation 'com.twitter:hpack-parent:0.11.0'
// https://jarcasting.com/artifacts/com.twitter/hpack-parent/
implementation ("com.twitter:hpack-parent:0.11.0")
'com.twitter:hpack-parent:pom:0.11.0'
<dependency org="com.twitter" name="hpack-parent" rev="0.11.0">
<artifact name="hpack-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hpack-parent', version='0.11.0')
)
libraryDependencies += "com.twitter" % "hpack-parent" % "0.11.0"
[com.twitter/hpack-parent "0.11.0"]