License |
License |
---|---|
GroupId | GroupIdcom.telenav.lexakai |
ArtifactId | ArtifactIdlexakai-annotations |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLexakai annotations are used by Lexakai to generate UML diagrams.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
lexakai-annotations-1.0.1.pom | |
lexakai-annotations-1.0.1.jar | 18 KB |
lexakai-annotations-1.0.1-sources.jar | 21 KB |
lexakai-annotations-1.0.1-javadoc.jar | 480 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.lexakai/lexakai-annotations/ -->
<dependency>
<groupId>com.telenav.lexakai</groupId>
<artifactId>lexakai-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.lexakai/lexakai-annotations/
implementation 'com.telenav.lexakai:lexakai-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.telenav.lexakai/lexakai-annotations/
implementation ("com.telenav.lexakai:lexakai-annotations:1.0.1")
'com.telenav.lexakai:lexakai-annotations:jar:1.0.1'
<dependency org="com.telenav.lexakai" name="lexakai-annotations" rev="1.0.1">
<artifact name="lexakai-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.lexakai', module='lexakai-annotations', version='1.0.1')
)
libraryDependencies += "com.telenav.lexakai" % "lexakai-annotations" % "1.0.1"
[com.telenav.lexakai/lexakai-annotations "1.0.1"]