MVN

org.jetbrains.dokka : analysis-kotlin-symbols

Maven & Gradle

Aug 31, 2023
3.2k stars

Dokka analysis-kotlin-symbols · Dokka is an API documentation engine for Kotlin and Java, performing the same function as Javadoc for Java

<dependency>
    <groupId>org.jetbrains.dokka</groupId>
    <artifactId>analysis-kotlin-symbols</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.dokka : analysis-kotlin-symbols to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0

All Versions

Choose a version of org.jetbrains.dokka : analysis-kotlin-symbols to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
analysis-kotlin-symbols-1.9.0

How to add a dependency to Maven

Add the following org.jetbrains.dokka : analysis-kotlin-symbols maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.dokka</groupId>
    <artifactId>analysis-kotlin-symbols</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.dokka : analysis-kotlin-symbols gradle dependency to your build.gradle file:

implementation 'org.jetbrains.dokka:analysis-kotlin-symbols:1.9.0'

Gradle Kotlin DSL: Add the following org.jetbrains.dokka : analysis-kotlin-symbols gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.dokka:analysis-kotlin-symbols:1.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.dokka : analysis-kotlin-symbols sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.dokka" % "analysis-kotlin-symbols" % "1.9.0"

Advertisement