| GroupId | GroupIdeu.cdevreeze.yaidom |
|---|---|
| ArtifactId | ArtifactIdyaidom_2.12 |
| Version | Version1.10.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yaidom_2.12-1.10.1.pom | |
| yaidom_2.12-1.10.1.jar | 1 MB |
| yaidom_2.12-1.10.1-sources.jar | 294 KB |
| yaidom_2.12-1.10.1-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom_2.12/ -->
<dependency>
<groupId>eu.cdevreeze.yaidom</groupId>
<artifactId>yaidom_2.12</artifactId>
<version>1.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom_2.12/
implementation 'eu.cdevreeze.yaidom:yaidom_2.12:1.10.1'
// https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom_2.12/
implementation ("eu.cdevreeze.yaidom:yaidom_2.12:1.10.1")
'eu.cdevreeze.yaidom:yaidom_2.12:jar:1.10.1'
<dependency org="eu.cdevreeze.yaidom" name="yaidom_2.12" rev="1.10.1">
<artifact name="yaidom_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cdevreeze.yaidom', module='yaidom_2.12', version='1.10.1')
)
libraryDependencies += "eu.cdevreeze.yaidom" % "yaidom_2.12" % "1.10.1"
[eu.cdevreeze.yaidom/yaidom_2.12 "1.10.1"]