yaidom-xs


License

License

GroupId

GroupId

eu.cdevreeze.yaidom
ArtifactId

ArtifactId

yaidom-xs_2.9.0
Last Version

Last Version

0.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.9.0

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.0
eu.cdevreeze.yaidom : yaidom_2.9.0 jar 0.6.7
org.apache.ws.xmlschema : xmlschema-core jar 2.0.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.scalatest : scalatest_2.9.0 jar 1.8

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