MVN

no.nav.helse : streams

Maven & Gradle

Jul 21, 2019
0 stars

helse-streams · Boilerplate for helse Kafka apps

<dependency>
    <groupId>no.nav.helse</groupId>
    <artifactId>streams</artifactId>
    <version>608122d</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.nav.helse : streams to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 608122d

All Versions

Choose a version of no.nav.helse : streams to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16
streams-16
15
streams-15
14
streams-14
13
streams-13
12
streams-12
11
streams-11
10
streams-10
9
streams-9
6
streams-6
608122d
streams-608122d
3d5695c
streams-3d5695c
d9c2b7e
streams-d9c2b7e
6d456df
streams-6d456df
54104cb
streams-54104cb
2f15550
streams-2f15550
1a24b7e
streams-1a24b7e
2bd00e2
streams-2bd00e2
aa320bb
streams-aa320bb
14df77c
streams-14df77c

How to add a dependency to Maven

Add the following no.nav.helse : streams maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.nav.helse</groupId>
    <artifactId>streams</artifactId>
    <version>608122d</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nav.helse : streams gradle dependency to your build.gradle file:

implementation 'no.nav.helse:streams:608122d'

Gradle Kotlin DSL: Add the following no.nav.helse : streams gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nav.helse:streams:608122d")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nav.helse : streams sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nav.helse" % "streams" % "608122d"

Advertisement