License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.jetbrains.kotlin |
ArtifactId | ArtifactIdkotlin-annotation-processing-embeddable |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin Annotation Processing Embeddable
Annotation Processor for Kotlin (for using with embeddable compiler)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-annotation-processing-embeddable/ -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-annotation-processing-embeddable/
implementation 'org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.7.0'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-annotation-processing-embeddable/
implementation ("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:1.7.0")
'org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:jar:1.7.0'
<dependency org="org.jetbrains.kotlin" name="kotlin-annotation-processing-embeddable" rev="1.7.0">
<artifact name="kotlin-annotation-processing-embeddable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-annotation-processing-embeddable', version='1.7.0')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-annotation-processing-embeddable" % "1.7.0"
[org.jetbrains.kotlin/kotlin-annotation-processing-embeddable "1.7.0"]