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