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