Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.wixtoolset.maven |
ArtifactId | ArtifactIdsdk-toolset |
Version | Version3.10.2 |
Type | Typejar |
Filename | Size |
---|---|
sdk-toolset-3.10.2.pom | |
sdk-toolset-3.10.2.jar | 505 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wixtoolset.maven/sdk-toolset/ -->
<dependency>
<groupId>org.wixtoolset.maven</groupId>
<artifactId>sdk-toolset</artifactId>
<version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wixtoolset.maven/sdk-toolset/
implementation 'org.wixtoolset.maven:sdk-toolset:3.10.2'
// https://jarcasting.com/artifacts/org.wixtoolset.maven/sdk-toolset/
implementation ("org.wixtoolset.maven:sdk-toolset:3.10.2")
'org.wixtoolset.maven:sdk-toolset:jar:3.10.2'
<dependency org="org.wixtoolset.maven" name="sdk-toolset" rev="3.10.2">
<artifact name="sdk-toolset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wixtoolset.maven', module='sdk-toolset', version='3.10.2')
)
libraryDependencies += "org.wixtoolset.maven" % "sdk-toolset" % "3.10.2"
[org.wixtoolset.maven/sdk-toolset "3.10.2"]