License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIddev.ahmedmourad.nocopy.nocopy-gradle-plugin |
ArtifactId | ArtifactIddev.ahmedmourad.nocopy.nocopy-gradle-plugin.gradle.plugin |
Version | Version1.4.0 |
Type | Typepom |
Description |
DescriptionNoCopy Gradle Plugin
A Kotlin compiler plugin that removes the `copy` method of data classes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
dev.ahmedmourad.nocopy : nocopy-gradle-plugin | jar | 1.4.0 |