License |
License
Public Domain
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.ontopia |
ArtifactId | ArtifactIdcxtm-tests |
Version | Version1 |
Type | Typepom |
Description |
DescriptionCXTM tests
The CXTM Test Suite provides a suite of test data for validating implementations of ISO 13250 Topic Maps using the new ISO 13250-4 standard for topic map canonicalization.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cxtm-tests-1.pom | |
cxtm-tests-1.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ontopia/cxtm-tests/ -->
<dependency>
<groupId>net.ontopia</groupId>
<artifactId>cxtm-tests</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ontopia/cxtm-tests/
implementation 'net.ontopia:cxtm-tests:1'
// https://jarcasting.com/artifacts/net.ontopia/cxtm-tests/
implementation ("net.ontopia:cxtm-tests:1")
'net.ontopia:cxtm-tests:pom:1'
<dependency org="net.ontopia" name="cxtm-tests" rev="1">
<artifact name="cxtm-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ontopia', module='cxtm-tests', version='1')
)
libraryDependencies += "net.ontopia" % "cxtm-tests" % "1"
[net.ontopia/cxtm-tests "1"]