js_cols

WebJar for js_cols

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/thomasstjerne/js_cols

Скачать js_cols

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

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

Зависимости

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

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

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

js_cols Build  Status Coverage Status

js_cols is a library of powerful collection data structures for JavaScript. js_cols provides Lists, FIFO queues, LIFO Stacks, Priority Queues, sorted and unsorted Sets and Maps, Bags (Multi Sets) and Multi Maps.

The project adds functionality to the JavaScript language, similar to that of java.util (for Java) and the C5 Library (for C#). The Library stands alone and is easy integratable in all kinds of JavaScript projects.

Quick start

Browser based applications:

  • Install js_cols with Bower.
$ bower install js_cols --save
  • Include the library in your index.html:
<script src="bower_components/js_cols/dist/js_cols.min.js"></script>

Server applications:

  • Install js_cols with NPM.
$ npm install js_cols --save
  • Require the module in your app:
var js_cols = require('js_cols');

Documentation

Example usage

license

The js_cols library was designed and written by Thomas Stjernegaard Jeppesen, 2010

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

Версия
1.0.1