angular2-clipboard
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
WebJar for angular2-clipboard
Snippets
<dependency> <groupId>org.webjars.npm</groupId> <artifactId>angular2-clipboard</artifactId> <version>0.2.12</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>angular2-clipboard</artifactId> <version>0.2.12</version> <name>angular2-clipboard</name> <description>WebJar for angular2-clipboard</description> <url>http://webjars.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>git+https://github.com/maxisam/angular2-clipboard</url> <connection>git+https://github.com/maxisam/angular2-clipboard.git</connection> <developerConnection>git+https://github.com/maxisam/angular2-clipboard.git</developerConnection> <tag>v0.2.12</tag> </scm> <developers> <developer> <id>webjars</id> <url>http://webjars.org</url> </developer> </developers> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT#licenseText</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>core-js</artifactId> <version>[2.2.2,3)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>angular__core</artifactId> <version>[2.0.0-rc.4,3)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>clipboard</artifactId> <version>[1.5.10,1.6)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>zone.js</artifactId> <version>[0.6.12,0.7)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>rxjs</artifactId> <version>[5.0.0-beta.6,5.1)</version> </dependency> </dependencies> </project>