Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIduk.org.raje.maven.plugins |
ArtifactId | ArtifactIdmsbuild-maven-plugin-parent |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
msbuild-maven-plugin-parent-0.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.raje.maven.plugins/msbuild-maven-plugin-parent/ -->
<dependency>
<groupId>uk.org.raje.maven.plugins</groupId>
<artifactId>msbuild-maven-plugin-parent</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.org.raje.maven.plugins/msbuild-maven-plugin-parent/
implementation 'uk.org.raje.maven.plugins:msbuild-maven-plugin-parent:0.6'
// https://jarcasting.com/artifacts/uk.org.raje.maven.plugins/msbuild-maven-plugin-parent/
implementation ("uk.org.raje.maven.plugins:msbuild-maven-plugin-parent:0.6")
'uk.org.raje.maven.plugins:msbuild-maven-plugin-parent:pom:0.6'
<dependency org="uk.org.raje.maven.plugins" name="msbuild-maven-plugin-parent" rev="0.6">
<artifact name="msbuild-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.org.raje.maven.plugins', module='msbuild-maven-plugin-parent', version='0.6')
)
libraryDependencies += "uk.org.raje.maven.plugins" % "msbuild-maven-plugin-parent" % "0.6"
[uk.org.raje.maven.plugins/msbuild-maven-plugin-parent "0.6"]