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