License |
License
Microsoft Reciprocal License (Ms-RL)
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.wixtoolset.maven |
ArtifactId | ArtifactIdwix-bootstrap |
Version | Version3.11.1 |
Type | Typejar |
Description |
DescriptionWiX Toolset Maven burn bootstrap application
The burn bootstrap application used as the base for the light compilation of a WiX Bundle
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wix-bootstrap-3.11.1.pom | |
wix-bootstrap-3.11.1.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-bootstrap/ -->
<dependency>
<groupId>org.wixtoolset.maven</groupId>
<artifactId>wix-bootstrap</artifactId>
<version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-bootstrap/
implementation 'org.wixtoolset.maven:wix-bootstrap:3.11.1'
// https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-bootstrap/
implementation ("org.wixtoolset.maven:wix-bootstrap:3.11.1")
'org.wixtoolset.maven:wix-bootstrap:jar:3.11.1'
<dependency org="org.wixtoolset.maven" name="wix-bootstrap" rev="3.11.1">
<artifact name="wix-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wixtoolset.maven', module='wix-bootstrap', version='3.11.1')
)
libraryDependencies += "org.wixtoolset.maven" % "wix-bootstrap" % "3.11.1"
[org.wixtoolset.maven/wix-bootstrap "3.11.1"]