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