Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIduk.org.raje.maven.plugins |
ArtifactId | ArtifactIdmsbuild-maven-plugin-parent |
Version | Version1.3.1 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
msbuild-maven-plugin-parent-1.3.1.pom | 5 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>1.3.1</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:1.3.1'
// https://jarcasting.com/artifacts/uk.org.raje.maven.plugins/msbuild-maven-plugin-parent/
implementation ("uk.org.raje.maven.plugins:msbuild-maven-plugin-parent:1.3.1")
'uk.org.raje.maven.plugins:msbuild-maven-plugin-parent:pom:1.3.1'
<dependency org="uk.org.raje.maven.plugins" name="msbuild-maven-plugin-parent" rev="1.3.1">
<artifact name="msbuild-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.org.raje.maven.plugins', module='msbuild-maven-plugin-parent', version='1.3.1')
)
libraryDependencies += "uk.org.raje.maven.plugins" % "msbuild-maven-plugin-parent" % "1.3.1"
[uk.org.raje.maven.plugins/msbuild-maven-plugin-parent "1.3.1"]