web-namespaces

WebJar for web-namespaces

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

web-namespaces
Последняя версия

Последняя версия

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

web-namespaces
WebJar for web-namespaces
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать web-namespaces

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.4