XML Names
Scala datatypes and refined predicates for XML Name, NCName and QName.
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.slamdata |
ArtifactId | ArtifactIdxml-names-core_2.10 |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxml-names-core
xml-names-core
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSlamData Inc. |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xml-names-core_2.10-0.0.1.pom | |
xml-names-core_2.10-0.0.1.jar | 79 KB |
xml-names-core_2.10-0.0.1-sources.jar | 8 KB |
xml-names-core_2.10-0.0.1-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.slamdata/xml-names-core_2.10/ -->
<dependency>
<groupId>com.slamdata</groupId>
<artifactId>xml-names-core_2.10</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.slamdata/xml-names-core_2.10/
implementation 'com.slamdata:xml-names-core_2.10:0.0.1'
// https://jarcasting.com/artifacts/com.slamdata/xml-names-core_2.10/
implementation ("com.slamdata:xml-names-core_2.10:0.0.1")
'com.slamdata:xml-names-core_2.10:jar:0.0.1'
<dependency org="com.slamdata" name="xml-names-core_2.10" rev="0.0.1">
<artifact name="xml-names-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.slamdata', module='xml-names-core_2.10', version='0.0.1')
)
libraryDependencies += "com.slamdata" % "xml-names-core_2.10" % "0.0.1"
[com.slamdata/xml-names-core_2.10 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
com.slamdata : slamdata-predef_2.10 | jar | 0.0.2 |
com.github.julien-truffaut : monocle-core_2.10 | jar | 1.4.0 |
com.github.julien-truffaut : monocle-macro_2.10 | jar | 1.4.0 |
eu.timepit : refined_2.10 | jar | 0.8.0 |
org.scalaz : scalaz-core_2.10 | jar | 7.2.9 |
Scala datatypes and refined predicates for XML Name, NCName and QName.