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