kotlin-metadata

Analysis of Kotlin type metadata during annotation processing.

License

License

MIT
Categories

Categories

Kotlin Languages Data
GroupId

GroupId

me.eugeniomarletti.kotlin.metadata
ArtifactId

ArtifactId

kotlin-metadata
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

kotlin-metadata
Analysis of Kotlin type metadata during annotation processing.
Project URL

Project URL

https://github.com/Takhion/kotlin-metadata
Source Code Management

Source Code Management

https://github.com/Takhion/kotlin-metadata/tree/v1.4.0

Download kotlin-metadata

How to add to project

<!-- https://jarcasting.com/artifacts/me.eugeniomarletti.kotlin.metadata/kotlin-metadata/ -->
<dependency>
    <groupId>me.eugeniomarletti.kotlin.metadata</groupId>
    <artifactId>kotlin-metadata</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.eugeniomarletti.kotlin.metadata/kotlin-metadata/
implementation 'me.eugeniomarletti.kotlin.metadata:kotlin-metadata:1.4.0'
// https://jarcasting.com/artifacts/me.eugeniomarletti.kotlin.metadata/kotlin-metadata/
implementation ("me.eugeniomarletti.kotlin.metadata:kotlin-metadata:1.4.0")
'me.eugeniomarletti.kotlin.metadata:kotlin-metadata:jar:1.4.0'
<dependency org="me.eugeniomarletti.kotlin.metadata" name="kotlin-metadata" rev="1.4.0">
  <artifact name="kotlin-metadata" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.eugeniomarletti.kotlin.metadata', module='kotlin-metadata', version='1.4.0')
)
libraryDependencies += "me.eugeniomarletti.kotlin.metadata" % "kotlin-metadata" % "1.4.0"
[me.eugeniomarletti.kotlin.metadata/kotlin-metadata "1.4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.40
me.eugeniomarletti.kotlin.metadata : kotlin-compiler-lite jar 1.0.3-k-1.2.40

Project Modules

There are no modules declared in this project.

Bintray License

Kotlin Metadata

This library is a wrapper around Kotlin's @Metadata annotation, exposing its data in a typesafe manner.

The @Metadata annotation contains information about Kotlin specific features that would otherwise be lost when compiling Kotlin to Java, and are especially useful when developing annotation processors.

Usage

Gradle:

compile("me.eugeniomarletti.kotlin.metadata:kotlin-metadata:<version>")

Versions

Version
1.4.0
1.3.0