unload
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>unload</artifactId> <version>2.2.0</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>unload</artifactId> <version>2.2.0</version> <name>unload</name> <description>Execute code when the js-process exits. On all javascript-environments</description> <url>https://github.com/pubkey/unload#readme</url> <organization> <name>pubkey</name> <url>https://github.com/pubkey/unload#readme</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>pubkey</name> <email>dieser.daniel@outlook.com</email> </developer> </developers> <scm> <connection>https://github.com/pubkey/unload.git</connection> <developerConnection>https://github.com/pubkey/unload.git</developerConnection> <url>https://github.com/pubkey/unload</url> </scm> <issueManagement> <url>https://github.com/pubkey/unload/issues</url> </issueManagement> <properties> <org.mvnpm.at.babel-runtime.version>[7.6.2,8)</org.mvnpm.at.babel-runtime.version> <org.mvnpm-detect-node.version>[2.0.4,3)</org.mvnpm-detect-node.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.babel</groupId> <artifactId>runtime</artifactId> <version>${org.mvnpm.at.babel-runtime.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>detect-node</artifactId> <version>${org.mvnpm-detect-node.version}</version> </dependency> </dependencies> </project>