MVN

com.telenav.lexakai : lexakai-annotations

Maven & Gradle

Oct 14, 2022
4 usages

Lexakai annotations are used by Lexakai to generate UML diagrams.

<dependency>
    <groupId>com.telenav.lexakai</groupId>
    <artifactId>lexakai-annotations</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.lexakai : lexakai-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9
  • Latest Beta: 0.9.8-beta
  • Latest Alpha: 0.9.7-alpha

All Versions

Choose a version of com.telenav.lexakai : lexakai-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lexakai-annotations-1.0.9
lexakai-annotations-1.0.8
lexakai-annotations-1.0.6
lexakai-annotations-1.0.4
lexakai-annotations-1.0.2
lexakai-annotations-1.0.1
lexakai-annotations-1.0.0
0.9.x
lexakai-annotations-0.9.8-beta
lexakai-annotations-0.9.7-alpha
lexakai-annotations-0.9.6-alpha

How to add a dependency to Maven

Add the following com.telenav.lexakai : lexakai-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.telenav.lexakai</groupId>
    <artifactId>lexakai-annotations</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.telenav.lexakai : lexakai-annotations gradle dependency to your build.gradle file:

implementation 'com.telenav.lexakai:lexakai-annotations:1.0.9'

Gradle Kotlin DSL: Add the following com.telenav.lexakai : lexakai-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.telenav.lexakai:lexakai-annotations:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.telenav.lexakai : lexakai-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.telenav.lexakai" % "lexakai-annotations" % "1.0.9"

Advertisement