| GroupId | GroupIdio.ap4k |
|---|---|
| ArtifactId | ArtifactIdcrd-annotations |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crd-annotations-0.1.4.pom | |
| crd-annotations-0.1.4.jar | 28 KB |
| crd-annotations-0.1.4-sources.jar | 11 KB |
| crd-annotations-0.1.4-processors.jar | 25 KB |
| crd-annotations-0.1.4-noapt.jar | 22 KB |
| crd-annotations-0.1.4-javadoc.jar | 111 KB |
| crd-annotations-0.1.4-annotations.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ap4k/crd-annotations/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>crd-annotations</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/crd-annotations/
implementation 'io.ap4k:crd-annotations:0.1.4'
// https://jarcasting.com/artifacts/io.ap4k/crd-annotations/
implementation ("io.ap4k:crd-annotations:0.1.4")
'io.ap4k:crd-annotations:jar:0.1.4'
<dependency org="io.ap4k" name="crd-annotations" rev="0.1.4">
<artifact name="crd-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='crd-annotations', version='0.1.4')
)
libraryDependencies += "io.ap4k" % "crd-annotations" % "0.1.4"
[io.ap4k/crd-annotations "0.1.4"]