не последняя версия
Последняя версия 1.4.0

dev.ahmedmourad.nocopy:nocopy-annotations 0.1.0

A Kotlin compiler plugin that enables using data classes as value-based classes.

Группа

Группа

dev.ahmedmourad.nocopy
Идентификатор

Идентификатор

nocopy-annotations
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать nocopy-annotations 0.1.0


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