| GroupId | GroupIdno.ks.fiks |
|---|---|
| ArtifactId | ArtifactIdstreaming-klient |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| streaming-klient-1.0.7.pom | |
| streaming-klient-1.0.7.jar | 19 KB |
| streaming-klient-1.0.7-sources.jar | 8 KB |
| streaming-klient-1.0.7-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.ks.fiks/streaming-klient/ -->
<dependency>
<groupId>no.ks.fiks</groupId>
<artifactId>streaming-klient</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/no.ks.fiks/streaming-klient/
implementation 'no.ks.fiks:streaming-klient:1.0.7'
// https://jarcasting.com/artifacts/no.ks.fiks/streaming-klient/
implementation ("no.ks.fiks:streaming-klient:1.0.7")
'no.ks.fiks:streaming-klient:jar:1.0.7'
<dependency org="no.ks.fiks" name="streaming-klient" rev="1.0.7">
<artifact name="streaming-klient" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ks.fiks', module='streaming-klient', version='1.0.7')
)
libraryDependencies += "no.ks.fiks" % "streaming-klient" % "1.0.7"
[no.ks.fiks/streaming-klient "1.0.7"]