jar

com.microsoft.azure : azure-spring-cloud-maven-plugin

Maven & Gradle

May 31, 2022
270 stars

Azure Spring Cloud Maven Plugin · This Maven plugin helps developer configure and deploy microservices applications to Azure Spring Cloud. This plugin is deprecated and has been renamed to "com.microsoft.azure:azure-spring-apps-maven-plugin". We strongly encourage you to upgrade to continue receiving updates.

Table Of Contents

Latest Version

Download com.microsoft.azure : azure-spring-cloud-maven-plugin JAR file - Latest Versions:

All Versions

Download com.microsoft.azure : azure-spring-cloud-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window azure-spring-cloud-maven-plugin-1.11.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.azure.maven.springcloud

├─ com.microsoft.azure.maven.springcloud.AbstractMojoBase.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.ConfigMojo.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.DeployMojo.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.HelpMojo.class - [JAR]

com.microsoft.azure.maven.springcloud.config

├─ com.microsoft.azure.maven.springcloud.config.AppDeploymentMavenConfig.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.config.AppDeploymentRawConfig.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.config.AppRawConfig.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.config.ConfigurationParser.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.config.ConfigurationPrompter.class - [JAR]

├─ com.microsoft.azure.maven.springcloud.config.ConfigurationUpdater.class - [JAR]

Advertisement