web-namespaces

WebJar for web-namespaces

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

web-namespaces
Last Version

Last Version

1.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

web-namespaces
WebJar for web-namespaces
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/wooorm/web-namespaces

Download web-namespaces

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/web-namespaces/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>web-namespaces</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/web-namespaces/
implementation 'org.webjars.npm:web-namespaces:1.1.4'
// https://jarcasting.com/artifacts/org.webjars.npm/web-namespaces/
implementation ("org.webjars.npm:web-namespaces:1.1.4")
'org.webjars.npm:web-namespaces:jar:1.1.4'
<dependency org="org.webjars.npm" name="web-namespaces" rev="1.1.4">
  <artifact name="web-namespaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='web-namespaces', version='1.1.4')
)
libraryDependencies += "org.webjars.npm" % "web-namespaces" % "1.1.4"
[org.webjars.npm/web-namespaces "1.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

web-namespaces

Build Downloads Size

Map of web namespaces.

Install

npm:

npm install web-namespaces

Use

var webNamespaces = require('web-namespaces')

console.log(webNamespaces)

Yields:

{ html: 'http://www.w3.org/1999/xhtml',
  mathml: 'http://www.w3.org/1998/Math/MathML',
  svg: 'http://www.w3.org/2000/svg',
  xlink: 'http://www.w3.org/1999/xlink',
  xml: 'http://www.w3.org/XML/1998/namespace',
  xmlns: 'http://www.w3.org/2000/xmlns/' }

API

webNamespaces

Object.<string, string> — Map of short-name to namespaces.

Related

License

MIT © Titus Wormer

Versions

Version
1.1.4