License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdmaven-plugin-lib |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionAzure Maven plugin library
Common library for Azure Maven Plugins
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-plugin-lib-0.1.1.pom | |
maven-plugin-lib-0.1.1.jar | 29 KB |
maven-plugin-lib-0.1.1-sources.jar | 20 KB |
maven-plugin-lib-0.1.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/maven-plugin-lib/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>maven-plugin-lib</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/maven-plugin-lib/
implementation 'com.microsoft.azure:maven-plugin-lib:0.1.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/maven-plugin-lib/
implementation ("com.microsoft.azure:maven-plugin-lib:0.1.1")
'com.microsoft.azure:maven-plugin-lib:jar:0.1.1'
<dependency org="com.microsoft.azure" name="maven-plugin-lib" rev="0.1.1">
<artifact name="maven-plugin-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='maven-plugin-lib', version='0.1.1')
)
libraryDependencies += "com.microsoft.azure" % "maven-plugin-lib" % "0.1.1"
[com.microsoft.azure/maven-plugin-lib "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.3.3 |
org.apache.maven : maven-core | jar | 3.3.3 |
org.apache.maven : maven-settings | jar | 3.3.3 |
org.apache.maven : maven-model | jar | 3.3.3 |
org.apache.maven.shared : maven-filtering | jar | 3.0.0 |
org.codehaus.plexus : plexus-utils | jar | 3.0.20 |
com.microsoft.azure : azure | jar | 1.1.2 |
com.microsoft.azure : applicationinsights-core | jar | 1.0.8 |
commons-net : commons-net | jar | 3.6 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.4.0 |