GroupId | GroupIdno.digipost |
---|---|
ArtifactId | ArtifactIdsdp-xsd |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
sdp-xsd-0.9.pom | |
sdp-xsd-0.9.jar | 782 KB |
sdp-xsd-0.9-sources.jar | 698 KB |
sdp-xsd-0.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/no.digipost/sdp-xsd/ -->
<dependency>
<groupId>no.digipost</groupId>
<artifactId>sdp-xsd</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/no.digipost/sdp-xsd/
implementation 'no.digipost:sdp-xsd:0.9'
// https://jarcasting.com/artifacts/no.digipost/sdp-xsd/
implementation ("no.digipost:sdp-xsd:0.9")
'no.digipost:sdp-xsd:jar:0.9'
<dependency org="no.digipost" name="sdp-xsd" rev="0.9">
<artifact name="sdp-xsd" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.digipost', module='sdp-xsd', version='0.9')
)
libraryDependencies += "no.digipost" % "sdp-xsd" % "0.9"
[no.digipost/sdp-xsd "0.9"]