| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаno.nav.familie.felles |
| Идентификатор | Идентификаторhttp-client |
| Версия | Версия1.0_20190819140734_634e3e4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/ -->
<dependency>
<groupId>no.nav.familie.felles</groupId>
<artifactId>http-client</artifactId>
<version>1.0_20190819140734_634e3e4</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/
implementation 'no.nav.familie.felles:http-client:1.0_20190819140734_634e3e4'
// https://jarcasting.com/artifacts/no.nav.familie.felles/http-client/
implementation ("no.nav.familie.felles:http-client:1.0_20190819140734_634e3e4")
'no.nav.familie.felles:http-client:jar:1.0_20190819140734_634e3e4'
<dependency org="no.nav.familie.felles" name="http-client" rev="1.0_20190819140734_634e3e4">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.familie.felles', module='http-client', version='1.0_20190819140734_634e3e4')
)
libraryDependencies += "no.nav.familie.felles" % "http-client" % "1.0_20190819140734_634e3e4"
[no.nav.familie.felles/http-client "1.0_20190819140734_634e3e4"]