MVN

dev.ahmedmourad.nocopy.nocopy-gradle-plugin : dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin

Maven & Gradle

May 10, 2021
149 stars

NoCopy Gradle Plugin · A Kotlin compiler plugin that removes the `copy` method of data classes.

<dependency>
    <groupId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin</groupId>
    <artifactId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ahmedmourad.nocopy.nocopy-gradle-plugin : dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of dev.ahmedmourad.nocopy.nocopy-gradle-plugin : dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin-1.4.0
1.3.x
dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin-1.3.0
1.2.x
dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin-1.2.0
1.1.x
dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin-1.1.0
1.0.x
dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin</groupId>
    <artifactId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin</artifactId>
    <version>1.4.0</version>
</dependency>