openurl

WebJar for openurl

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

openurl
WebJar for openurl
Ссылка на сайт

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

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

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

https://github.com/rauschma/openurl

Скачать openurl

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

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

Зависимости

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

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

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

openurl – Node.js module for opening URLs

openurl is a Node.js module for opening a URL via the operating system. This will usually trigger actions such as:

  • http URLs: open the default browser
  • mailto URLs: open the default email client
  • file URLs: open a window showing the directory (on OS X)

Example interaction on the Node.js REPL:

> require("openurl").open("http://rauschma.de")
> require("openurl").open("mailto:john@example.com")

You can generate emails as follows:

require("openurl").mailto(["john@example.com", "jane@example.com"],
    { subject: "Hello!", body: "This is\nan automatically sent email!\n" });

Install via npm:

npm install openurl

I’m not yet terribly familiar with implementing npm packages, so any feedback is welcome (especially experience reports on Windows and Linux, which I can’t test on).

Related reading:

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

Версия
1.1.1