| GroupId | GroupIdio.dylemma |
|---|---|
| ArtifactId | ArtifactIdxml-spac_2.11 |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xml-spac_2.11-0.2.pom | |
| xml-spac_2.11-0.2.jar | 1 MB |
| xml-spac_2.11-0.2-sources.jar | 36 KB |
| xml-spac_2.11-0.2-javadoc.jar | 839 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dylemma/xml-spac_2.11/ -->
<dependency>
<groupId>io.dylemma</groupId>
<artifactId>xml-spac_2.11</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.dylemma/xml-spac_2.11/
implementation 'io.dylemma:xml-spac_2.11:0.2'
// https://jarcasting.com/artifacts/io.dylemma/xml-spac_2.11/
implementation ("io.dylemma:xml-spac_2.11:0.2")
'io.dylemma:xml-spac_2.11:jar:0.2'
<dependency org="io.dylemma" name="xml-spac_2.11" rev="0.2">
<artifact name="xml-spac_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dylemma', module='xml-spac_2.11', version='0.2')
)
libraryDependencies += "io.dylemma" % "xml-spac_2.11" % "0.2"
[io.dylemma/xml-spac_2.11 "0.2"]