node-notifier
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>node-notifier</artifactId>
<version>10.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>node-notifier</artifactId>
<version>10.0.1</version>
<name>node-notifier</name>
<description>A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)</description>
<url>https://github.com/mikaelbr/node-notifier#readme</url>
<organization>
<name>Mikael Brevik</name>
<url>https://github.com/mikaelbr/node-notifier#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mikaelb</name>
<email>mikaelbre@gmail.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/mikaelbr/node-notifier.git</connection>
<developerConnection>ssh://git@github.com/mikaelbr/node-notifier.git</developerConnection>
<url>ssh://git@github.com/mikaelbr/node-notifier</url>
</scm>
<issueManagement>
<url>https://github.com/mikaelbr/node-notifier/issues</url>
</issueManagement>
<properties>
<org.mvnpm-uuid.version>[8.3.2,9)</org.mvnpm-uuid.version>
<org.mvnpm-growly.version>[1.3.0,2)</org.mvnpm-growly.version>
<org.mvnpm-is-wsl.version>[2.2.0,3)</org.mvnpm-is-wsl.version>
<org.mvnpm-semver.version>[7.3.5,8)</org.mvnpm-semver.version>
<org.mvnpm-which.version>[2.0.2,3)</org.mvnpm-which.version>
<org.mvnpm-shellwords.version>[0.1.1,0.2)</org.mvnpm-shellwords.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>growly</artifactId>
<version>${org.mvnpm-growly.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-wsl</artifactId>
<version>${org.mvnpm-is-wsl.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>semver</artifactId>
<version>${org.mvnpm-semver.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>shellwords</artifactId>
<version>${org.mvnpm-shellwords.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uuid</artifactId>
<version>${org.mvnpm-uuid.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>which</artifactId>
<version>${org.mvnpm-which.version}</version>
</dependency>
</dependencies>
</project>