| GroupId | GroupIdse.lth.immun |
|---|---|
| ArtifactId | ArtifactIdXml |
| Version | Version1.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Xml-1.2.1.pom | |
| Xml-1.2.1.jar | 35 KB |
| Xml-1.2.1-sources.jar | 680 bytes |
| Xml-1.2.1-javadoc.jar | 680 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/se.lth.immun/Xml/ -->
<dependency>
<groupId>se.lth.immun</groupId>
<artifactId>Xml</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.lth.immun/Xml/
implementation 'se.lth.immun:Xml:1.2.1'
// https://jarcasting.com/artifacts/se.lth.immun/Xml/
implementation ("se.lth.immun:Xml:1.2.1")
'se.lth.immun:Xml:jar:1.2.1'
<dependency org="se.lth.immun" name="Xml" rev="1.2.1">
<artifact name="Xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.lth.immun', module='Xml', version='1.2.1')
)
libraryDependencies += "se.lth.immun" % "Xml" % "1.2.1"
[se.lth.immun/Xml "1.2.1"]