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