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