MVN

org.wixtoolset : wix-toolset-parent

Maven & Gradle

Sep 04, 2018

WiX Toolset Maven parent/aggregate · The WiX toolset builds Windows installation packages from XML source code. The toolset integrates seamlessly into build processes. This is a binary artifact capture.

<dependency>
    <groupId>org.wixtoolset</groupId>
    <artifactId>wix-toolset-parent</artifactId>
    <version>3.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wixtoolset : wix-toolset-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.11.1

All Versions

Choose a version of org.wixtoolset : wix-toolset-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.11.x
wix-toolset-parent-3.11.1
wix-toolset-parent-3.11.0
3.10.x
wix-toolset-parent-3.10.3
wix-toolset-parent-3.10.2
3.9.x
wix-toolset-parent-3.9.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wixtoolset</groupId>
    <artifactId>wix-toolset-parent</artifactId>
    <version>3.11.1</version>
</dependency>