| GroupId | GroupIdno.ks.fiks |
|---|---|
| ArtifactId | ArtifactIdstreaming-klient |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| streaming-klient-1.0.4.pom | |
| streaming-klient-1.0.4.jar | 18 KB |
| streaming-klient-1.0.4-sources.jar | 8 KB |
| streaming-klient-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/no.ks.fiks/streaming-klient/
implementation 'no.ks.fiks:streaming-klient:1.0.4'
// https://jarcasting.com/artifacts/no.ks.fiks/streaming-klient/
implementation ("no.ks.fiks:streaming-klient:1.0.4")
'no.ks.fiks:streaming-klient:jar:1.0.4'
<dependency org="no.ks.fiks" name="streaming-klient" rev="1.0.4">
<artifact name="streaming-klient" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ks.fiks', module='streaming-klient', version='1.0.4')
)
libraryDependencies += "no.ks.fiks" % "streaming-klient" % "1.0.4"
[no.ks.fiks/streaming-klient "1.0.4"]