yaidom-xs


License

License

GroupId

GroupId

eu.cdevreeze.yaidom
ArtifactId

ArtifactId

yaidom-xs_2.10
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

yaidom-xs
yaidom-xs
Project URL

Project URL

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

Project Organization

eu.cdevreeze.yaidom
Source Code Management

Source Code Management

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

Download yaidom-xs_2.10

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.1
eu.cdevreeze.yaidom : yaidom_2.10 jar 0.6.11
org.apache.ws.xmlschema : xmlschema-core jar 2.0.3
com.sun.xsom : xsom jar 20110809

test (2)

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

Project Modules

There are no modules declared in this project.

Yaidom XML Schema

The yaidom query API applied to XML schema files. This API exposes the components of a schema (document).

Usage

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

SBT:

libraryDependencies += "eu.cdevreeze.yaidom" %% "yaidom-xs" % "0.2"

Maven2:

<dependency>
  <groupId>eu.cdevreeze.yaidom</groupId>
  <artifactId>yaidom-xs_2.11</artifactId>
  <version>0.2</version>
</dependency>

Note that yaidom-xs itself depends only on yaidom and yaidom-xlink, and their dependencies. Version 0.2 depends on yaidom 1.4.2 and yaidom-xlink-1.4.2.

Yaidom-xs requires Java version 1.6 or later.

Versions

Version
0.1.1
0.1