MVN

com.morpheusdata.morpheus-plugin-gradle : com.morpheusdata.morpheus-plugin-gradle.gradle.plugin

Maven & Gradle

Nov 01, 2023

Morpheus Gradle Plugin · A gradle plugin for packaging resources into a morpheus plugin such as scribe resources, packages, as well as i18n message definitions.

<dependency>
    <groupId>com.morpheusdata.morpheus-plugin-gradle</groupId>
    <artifactId>com.morpheusdata.morpheus-plugin-gradle.gradle.plugin</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.morpheusdata.morpheus-plugin-gradle : com.morpheusdata.morpheus-plugin-gradle.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.morpheusdata.morpheus-plugin-gradle : com.morpheusdata.morpheus-plugin-gradle.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
com.morpheusdata.morpheus-plugin-gradle.gradle.plugin-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.morpheusdata.morpheus-plugin-gradle</groupId>
    <artifactId>com.morpheusdata.morpheus-plugin-gradle.gradle.plugin</artifactId>
    <version>1.0.2</version>
</dependency>