layout-base

WebJar for layout-base

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

layout-base
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

layout-base
WebJar for layout-base
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/iVis-at-Bilkent/layout-base

Download layout-base

How to add to project

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

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.

layout-base

Description

This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.

Usage instructions

Add layout-base as a dependecy to your layout extension.

require() in the extension to reach functionality:

  • var Integer = require(layout-base).Integer,
  • var Layout = require(layout-base).Layout,
  • ...

For a usage example, see cose-base or avsdf-base.

org.webjars.npm

i-Vis at Bilkent

i-Vis Research Lab at Bilkent University

Versions

Version
2.0.0
1.0.2