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