License |
License |
---|---|
Categories |
CategoriesBuild Tools Maven |
GroupId | GroupIdcom.microsoft.maven |
ArtifactId | ArtifactIdbuild-tools |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Build Tools
Maven Parents for Microsoft Java Projects
|
Filename | Size |
---|---|
build-tools-1.0.2.pom | |
build-tools-1.0.2.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.maven/build-tools/ -->
<dependency>
<groupId>com.microsoft.maven</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.maven/build-tools/
implementation 'com.microsoft.maven:build-tools:1.0.2'
// https://jarcasting.com/artifacts/com.microsoft.maven/build-tools/
implementation ("com.microsoft.maven:build-tools:1.0.2")
'com.microsoft.maven:build-tools:jar:1.0.2'
<dependency org="com.microsoft.maven" name="build-tools" rev="1.0.2">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.maven', module='build-tools', version='1.0.2')
)
libraryDependencies += "com.microsoft.maven" % "build-tools" % "1.0.2"
[com.microsoft.maven/build-tools "1.0.2"]