jointjs
Used in: 2 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
WebJar for jointjs
Snippets
<dependency> <groupId>org.webjars.npm</groupId> <artifactId>jointjs</artifactId> <version>3.2.0</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <groupId>org.webjars.npm</groupId> <artifactId>jointjs</artifactId> <version>3.2.0</version> <name>jointjs</name> <description>WebJar for jointjs</description> <url>https://www.webjars.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>https://github.com/clientIO/joint</url> <connection>https://github.com/clientIO/joint.git</connection> <developerConnection>https://github.com/clientIO/joint.git</developerConnection> <tag>v3.2.0</tag> </scm> <developers> <developer> <id>webjars</id> <url>https://www.webjars.org</url> </developer> </developers> <licenses> <license> <name>MPL-2.0</name> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>https://github.com/clientIO/joint/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>graphlib</artifactId> <version>[2.1.7,2.2)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>jquery</artifactId> <version>[3.5.0,3.6)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>backbone</artifactId> <version>[1.4.0,1.5)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>lodash</artifactId> <version>[4.17.14,4.18)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>dagre</artifactId> <version>[0.8.4,0.9)</version> </dependency> </dependencies> </project>