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