<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugin-lib</artifactId>
<version>1.40.0</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-maven-plugin-lib', version='1.40.0')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-maven-plugins</artifactId> <version>1.40.0</version> </parent>
compile
|-- org.apache.commons:commons-collections4
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-core
|-- org.apache.maven:maven-settings
|-- org.apache.maven:maven-model
|-- org.apache.maven.shared:maven-filtering
|-- org.codehaus.plexus:plexus-utils
|-- com.microsoft.azure:applicationinsights-core
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- org.glassfish.jaxb:jaxb-runtime
|-- junit:junit
|-- org.dom4j:dom4j
|-- com.microsoft.azure:azure-toolkit-auth-lib
|-- com.github.java-json-tools:json-schema-validator
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations
test