NoCopy Gradle Plugin

A Kotlin compiler plugin that removes the `copy` method of data classes.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

dev.ahmedmourad.nocopy.nocopy-gradle-plugin
ArtifactId

ArtifactId

dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/AhmedMourad0/no-copy/
Source Code Management

Source Code Management

https://github.com/AhmedMourad0/no-copy/

Download dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin

How to add to project

<!-- https://jarcasting.com/artifacts/dev.ahmedmourad.nocopy.nocopy-gradle-plugin/dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin/ -->
<dependency>
    <groupId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin</groupId>
    <artifactId>dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.ahmedmourad.nocopy.nocopy-gradle-plugin/dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin/
implementation 'dev.ahmedmourad.nocopy.nocopy-gradle-plugin:dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin:1.4.0'
// https://jarcasting.com/artifacts/dev.ahmedmourad.nocopy.nocopy-gradle-plugin/dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin/
implementation ("dev.ahmedmourad.nocopy.nocopy-gradle-plugin:dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin:1.4.0")
'dev.ahmedmourad.nocopy.nocopy-gradle-plugin:dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin:pom:1.4.0'
<dependency org="dev.ahmedmourad.nocopy.nocopy-gradle-plugin" name="dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin" rev="1.4.0">
  <artifact name="dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.ahmedmourad.nocopy.nocopy-gradle-plugin', module='dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin', version='1.4.0')
)
libraryDependencies += "dev.ahmedmourad.nocopy.nocopy-gradle-plugin" % "dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin" % "1.4.0"
[dev.ahmedmourad.nocopy.nocopy-gradle-plugin/dev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
dev.ahmedmourad.nocopy : nocopy-gradle-plugin jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0