| GroupId | GroupIdno.nav.helse |
|---|---|
| ArtifactId | ArtifactIdstreams |
| Version | Version15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| streams-15.pom | |
| streams-15.jar | 26 KB |
| streams-15-sources.jar | 4 KB |
| streams-15-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.nav.helse/streams/ -->
<dependency>
<groupId>no.nav.helse</groupId>
<artifactId>streams</artifactId>
<version>15</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.helse/streams/
implementation 'no.nav.helse:streams:15'
// https://jarcasting.com/artifacts/no.nav.helse/streams/
implementation ("no.nav.helse:streams:15")
'no.nav.helse:streams:jar:15'
<dependency org="no.nav.helse" name="streams" rev="15">
<artifact name="streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.helse', module='streams', version='15')
)
libraryDependencies += "no.nav.helse" % "streams" % "15"
[no.nav.helse/streams "15"]