MVN

com.acornui.settings : com.acornui.settings.gradle.plugin

Maven & Gradle

Nov 22, 2020
1 stars

Settings plugin for faux composite builds with Acorn UI. · Creates a faux composite build with Acorn UI using the project property acornUiHome. If property acornUiHome is not set, this plugin will do nothing. Acorn dependencies should be declared using `com.acornui.build.plugins.util.acorn`. E.g.: ``` dependencies { implementation(acorn(project, "utils")) } ``` This is a workaround to issue KT-30285.

<dependency>
    <groupId>com.acornui.settings</groupId>
    <artifactId>com.acornui.settings.gradle.plugin</artifactId>
    <version>0.5.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.acornui.settings : com.acornui.settings.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.49

All Versions

Choose a version of com.acornui.settings : com.acornui.settings.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
com.acornui.settings.gradle.plugin-0.5.49
com.acornui.settings.gradle.plugin-0.5.38

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.acornui.settings</groupId>
    <artifactId>com.acornui.settings.gradle.plugin</artifactId>
    <version>0.5.49</version>
</dependency>

Advertisement