MVN

land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation

Maven & Gradle

Apr 26, 2023
3 stars

KotlinDataClassNoCopy · Suppress the generation of the copy() function in Kotlin's data class.

<dependency>
    <groupId>land.sungbin.kotlin.dataclass.nocopy</groupId>
    <artifactId>kotlin-dataclass-nocopy-annotation</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotlin-dataclass-nocopy-annotation-1.0.6
kotlin-dataclass-nocopy-annotation-1.0.5
kotlin-dataclass-nocopy-annotation-1.0.4
kotlin-dataclass-nocopy-annotation-1.0.3
kotlin-dataclass-nocopy-annotation-1.0.2
kotlin-dataclass-nocopy-annotation-1.0.1
kotlin-dataclass-nocopy-annotation-1.0.0

How to add a dependency to Maven

Add the following land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>land.sungbin.kotlin.dataclass.nocopy</groupId>
    <artifactId>kotlin-dataclass-nocopy-annotation</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation gradle dependency to your build.gradle file:

implementation 'land.sungbin.kotlin.dataclass.nocopy:kotlin-dataclass-nocopy-annotation:1.0.6'

Gradle Kotlin DSL: Add the following land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("land.sungbin.kotlin.dataclass.nocopy:kotlin-dataclass-nocopy-annotation:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following land.sungbin.kotlin.dataclass.nocopy : kotlin-dataclass-nocopy-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "land.sungbin.kotlin.dataclass.nocopy" % "kotlin-dataclass-nocopy-annotation" % "1.0.6"