MVN

org.wixtoolset : wix-toolset

Maven & Gradle

Sep 04, 2018

WiX Toolset Full

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

Latest Version

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

  • Latest Stable: 3.11.1
  • Latest Release Candidate: 3.7.RC

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement