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