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