License |
License
BSD
|
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.relaxng |
ArtifactId | ArtifactIdrelaxngDatatype |
Last Version | Last Version2011.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRelaxNG datatype library
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
relaxngDatatype-2011.1.pom | |
relaxngDatatype-2011.1.jar | 15 KB |
relaxngDatatype-2011.1-sources.jar | 11 KB |
relaxngDatatype-2011.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.relaxng/relaxngDatatype/ -->
<dependency>
<groupId>com.github.relaxng</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>2011.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.relaxng/relaxngDatatype/
implementation 'com.github.relaxng:relaxngDatatype:2011.1'
// https://jarcasting.com/artifacts/com.github.relaxng/relaxngDatatype/
implementation ("com.github.relaxng:relaxngDatatype:2011.1")
'com.github.relaxng:relaxngDatatype:jar:2011.1'
<dependency org="com.github.relaxng" name="relaxngDatatype" rev="2011.1">
<artifact name="relaxngDatatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.relaxng', module='relaxngDatatype', version='2011.1')
)
libraryDependencies += "com.github.relaxng" % "relaxngDatatype" % "2011.1"
[com.github.relaxng/relaxngDatatype "2011.1"]