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