js_cols

WebJar for js_cols

License

License

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

js_cols
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

js_cols
WebJar for js_cols
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/thomasstjerne/js_cols

Download js_cols

How to add to project

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

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.

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

Versions

Version
1.0.1