| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdno.nav.familie.felles | 
| ArtifactId | ArtifactIdhttp-client | 
| Version | Version1.0_20191028121659_6aadf7e | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/ -->
<dependency>
    <groupId>no.nav.familie.felles</groupId>
    <artifactId>http-client</artifactId>
    <version>1.0_20191028121659_6aadf7e</version>
</dependency>// https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/
implementation 'no.nav.familie.felles:http-client:1.0_20191028121659_6aadf7e'// https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/
implementation ("no.nav.familie.felles:http-client:1.0_20191028121659_6aadf7e")'no.nav.familie.felles:http-client:jar:1.0_20191028121659_6aadf7e'<dependency org="no.nav.familie.felles" name="http-client" rev="1.0_20191028121659_6aadf7e">
  <artifact name="http-client" type="jar" />
</dependency>@Grapes(
@Grab(group='no.nav.familie.felles', module='http-client', version='1.0_20191028121659_6aadf7e')
)libraryDependencies += "no.nav.familie.felles" % "http-client" % "1.0_20191028121659_6aadf7e"[no.nav.familie.felles/http-client "1.0_20191028121659_6aadf7e"]