dustjs-linkedin

WebJar for dustjs-linkedin

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования
Группа

Группа

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

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

dustjs-linkedin
Последняя версия

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

2.7.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

dustjs-linkedin
WebJar for dustjs-linkedin
Ссылка на сайт

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

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

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

https://github.com/linkedin/dustjs

Скачать dustjs-linkedin

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

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

Зависимости

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

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

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

Dust.js Build Status Sauce Test Status

Asynchronous Javascript templating for the browser and server. This fork is maintained by LinkedIn.

Install

NPM

Important: We recommend that you lock your version of Dust to a specific minor version, instead of a major version. By default, NPM will add "dustjs-linkedin": "^2.x.y" to your package.json, which will install new minor versions automatically.

npm install --save --production dustjs-linkedin
# If you want the dustc compiler available globally
npm install --global --production dustjs-linkedin

If you want to add the Dust helpers or secure filters:

npm install --save --production dustjs-helpers
npm install --save --production dustjs-filters-secure

Bower

bower install --save dustjs-linkedin

Get Started

  • Read dustjs.com for guides, tutorials, and documentation.
  • Check out the examples/ directory in the repo for simple examples to help you get started using Dust in a variety of ways.

Contribute

  • The team provides support on Stack Overflow, so that's the best place to ask questions.
  • Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR, check out the guide to contributing. PRs should include unit tests.
org.webjars.bower

LinkedIn

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

Версия
2.7.5
2.7.2