Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.wixtoolset.maven |
ArtifactId | ArtifactIdwix-toolset |
Version | Version3.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-toolset/ -->
<dependency>
<groupId>org.wixtoolset.maven</groupId>
<artifactId>wix-toolset</artifactId>
<version>3.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-toolset/
implementation 'org.wixtoolset.maven:wix-toolset:3.11.0'
// https://jarcasting.com/artifacts/org.wixtoolset.maven/wix-toolset/
implementation ("org.wixtoolset.maven:wix-toolset:3.11.0")
'org.wixtoolset.maven:wix-toolset:jar:3.11.0'
<dependency org="org.wixtoolset.maven" name="wix-toolset" rev="3.11.0">
<artifact name="wix-toolset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wixtoolset.maven', module='wix-toolset', version='3.11.0')
)
libraryDependencies += "org.wixtoolset.maven" % "wix-toolset" % "3.11.0"
[org.wixtoolset.maven/wix-toolset "3.11.0"]