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