GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIdhttpkit-parent |
Version | Version1.4.4 |
Type | Typepom |
Filename | Size |
---|---|
httpkit-parent-1.4.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit-parent</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation 'com.hannesdorfmann:httpkit-parent:1.4.4'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation ("com.hannesdorfmann:httpkit-parent:1.4.4")
'com.hannesdorfmann:httpkit-parent:pom:1.4.4'
<dependency org="com.hannesdorfmann" name="httpkit-parent" rev="1.4.4">
<artifact name="httpkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-parent', version='1.4.4')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-parent" % "1.4.4"
[com.hannesdorfmann/httpkit-parent "1.4.4"]