License |
License |
---|---|
GroupId | GroupIdcom.hannesdorfmann |
ArtifactId | ArtifactIdhttpkit-parent |
Last Version | Last Version1.5.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHttpKitParent
library for making http calls
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpkit-parent-1.5.6.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit-parent</artifactId>
<version>1.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation 'com.hannesdorfmann:httpkit-parent:1.5.6'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-parent/
implementation ("com.hannesdorfmann:httpkit-parent:1.5.6")
'com.hannesdorfmann:httpkit-parent:pom:1.5.6'
<dependency org="com.hannesdorfmann" name="httpkit-parent" rev="1.5.6">
<artifact name="httpkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-parent', version='1.5.6')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-parent" % "1.5.6"
[com.hannesdorfmann/httpkit-parent "1.5.6"]