GroupId | GroupIdno.digipost |
---|---|
ArtifactId | ArtifactIdsdp-shared |
Version | Version2.13 |
Type | Typepom |
Filename | Size |
---|---|
sdp-shared-2.13.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/sdp-shared/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>sdp-shared</artifactId>
<version>2.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/sdp-shared/
implementation 'no.digipost:sdp-shared:2.13'
// https://jarcasting.com/artifacts/no.digipost/sdp-shared/
implementation ("no.digipost:sdp-shared:2.13")
'no.digipost:sdp-shared:pom:2.13'
<dependency org="no.digipost" name="sdp-shared" rev="2.13">
<artifact name="sdp-shared" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='sdp-shared', version='2.13')
)
libraryDependencies += "no.digipost" % "sdp-shared" % "2.13"
[no.digipost/sdp-shared "2.13"]