MVN

no.nav.familie.felles : http-client

Maven & Gradle

Nov 06, 2019
3 stars

Felles - HTTP client · HTTP client and STS for system OIDC

<dependency>
    <groupId>no.nav.familie.felles</groupId>
    <artifactId>http-client</artifactId>
    <version>1.0_20191106113227_c2ad869</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.nav.familie.felles : http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0_20191106113227_c2ad869

All Versions

Choose a version of no.nav.familie.felles : http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0_20191106113227_c2ad869
http-client-1.0_20191106113227_c2ad869
1.0_20191101145453_96ece0d
http-client-1.0_20191101145453_96ece0d
1.0_20191029223639_40f00f9
http-client-1.0_20191029223639_40f00f9
1.0_20191028121659_6aadf7e
http-client-1.0_20191028121659_6aadf7e
1.0_20191025210220_fdb266d
http-client-1.0_20191025210220_fdb266d
1.0_20191007152733_dff2e9b
http-client-1.0_20191007152733_dff2e9b
1.0_20191004141557_714293c
http-client-1.0_20191004141557_714293c
1.0_20191001111015_7b0e1f3
http-client-1.0_20191001111015_7b0e1f3
1.0_20190930124452_3b72768
http-client-1.0_20190930124452_3b72768
1.0_20190926072055_3facbfa
http-client-1.0_20190926072055_3facbfa
1.0_20190909084910_fc377a1
http-client-1.0_20190909084910_fc377a1
1.0_20190819140734_634e3e4
http-client-1.0_20190819140734_634e3e4
1.0_20190819103533_69f5183
http-client-1.0_20190819103533_69f5183

How to add a dependency to Maven

Add the following no.nav.familie.felles : http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.nav.familie.felles</groupId>
    <artifactId>http-client</artifactId>
    <version>1.0_20191106113227_c2ad869</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nav.familie.felles : http-client gradle dependency to your build.gradle file:

implementation 'no.nav.familie.felles:http-client:1.0_20191106113227_c2ad869'

Gradle Kotlin DSL: Add the following no.nav.familie.felles : http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nav.familie.felles:http-client:1.0_20191106113227_c2ad869")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nav.familie.felles : http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nav.familie.felles" % "http-client" % "1.0_20191106113227_c2ad869"