cose-base

WebJar for cose-base

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

cose-base
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

cose-base
WebJar for cose-base
Project URL

Project URL

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

Source Code Management

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

Download cose-base

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : layout-base jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

cose-base

Description

This is a core module for compound spring embedder based layout styles such as CoSE-Bilkent, fCoSE, and CiSE.

Dependencies

  • layout-base ^2.0.0

Usage instructions

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

require() in the extension to reach functionality:

  • var CoSEConstants = require('cose-base').CoSEConstants,
  • var CoSELayout = require('cose-base').CoSELayout,
  • ...

To reach functionality of layout-base:

  • var Integer = require('cose-base').layoutBase.Integer,
  • var Layout = require('cose-base').layoutBase.Layout,
  • ...
org.webjars.npm

i-Vis at Bilkent

i-Vis Research Lab at Bilkent University

Versions

Version
2.0.0
1.0.1