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