yaidom-xlink


License

License

GroupId

GroupId

eu.cdevreeze.yaidom
ArtifactId

ArtifactId

yaidom-xlink_2.9.1
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

yaidom-xlink
yaidom-xlink
Project URL

Project URL

https://github.com/dvreeze/yaidom-xlink
Project Organization

Project Organization

eu.cdevreeze.yaidom
Source Code Management

Source Code Management

https://github.com/dvreeze/yaidom-xlink.git

Download yaidom-xlink_2.9.1

How to add to project

<!-- https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom-xlink_2.9.1/ -->
<dependency>
    <groupId>eu.cdevreeze.yaidom</groupId>
    <artifactId>yaidom-xlink_2.9.1</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom-xlink_2.9.1/
implementation 'eu.cdevreeze.yaidom:yaidom-xlink_2.9.1:0.7.0'
// https://jarcasting.com/artifacts/eu.cdevreeze.yaidom/yaidom-xlink_2.9.1/
implementation ("eu.cdevreeze.yaidom:yaidom-xlink_2.9.1:0.7.0")
'eu.cdevreeze.yaidom:yaidom-xlink_2.9.1:jar:0.7.0'
<dependency org="eu.cdevreeze.yaidom" name="yaidom-xlink_2.9.1" rev="0.7.0">
  <artifact name="yaidom-xlink_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cdevreeze.yaidom', module='yaidom-xlink_2.9.1', version='0.7.0')
)
libraryDependencies += "eu.cdevreeze.yaidom" % "yaidom-xlink_2.9.1" % "0.7.0"
[eu.cdevreeze.yaidom/yaidom-xlink_2.9.1 "0.7.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
eu.cdevreeze.yaidom : yaidom_2.9.1 jar 0.7.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.scalatest : scalatest_2.9.1 jar 1.9.1

Project Modules

There are no modules declared in this project.

Yaidom-xlink

Yaidom-based XLink support. This project is being phased out, and kept around only for legacy code that still uses it. It has been stripped to its bare essentials, containing only the XLink type and its sub-types. This way the legacy code using this project can keep using it, while the yaidom library can be upgraded to a newer version and still be used in combination with this release of yaidom-xlink.

Usage

Yaidom-xlink versions can be found in the Maven central repository. Assuming version 1.8.0, yaidom-xlink can be added as dependency as follows (in an SBT or Maven build):

SBT:

libraryDependencies += "eu.cdevreeze.yaidom" %% "yaidom-xlink" % "1.8.0"

Maven2:

<dependency>
  <groupId>eu.cdevreeze.yaidom</groupId>
  <artifactId>yaidom-xlink_2.13</artifactId>
  <version>1.8.0</version>
</dependency>

Note that yaidom-xlink itself depends only on yaidom, and its dependencies. Yaidom-xlink has been cross-built for several Scala versions, leading to artifactIds referring to different Scala (binary) versions.

Yaidom-xlink requires Java version 8 or later.

Versions

Version
0.7.0