| GroupId | GroupIddev.ahmedmourad.nocopy |
|---|---|
| ArtifactId | ArtifactIdnocopy-annotations |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- 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"]