| License |
License |
|---|---|
| GroupId | GroupIdio.github.dokar3 |
| ArtifactId | ArtifactIdanav-annotations |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
DescriptionAnav Annotations
A gradle plugin to help you start activities without .class.
|
| Filename | Size |
|---|---|
| anav-annotations-0.0.2.pom | |
| anav-annotations-0.0.2.jar | 1 KB |
| anav-annotations-0.0.2-sources.jar | 1 KB |
| anav-annotations-0.0.2-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/anav-annotations/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>anav-annotations</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/anav-annotations/
implementation 'io.github.dokar3:anav-annotations:0.0.2'
// https://jarcasting.com/artifacts/io.github.dokar3/anav-annotations/
implementation ("io.github.dokar3:anav-annotations:0.0.2")
'io.github.dokar3:anav-annotations:jar:0.0.2'
<dependency org="io.github.dokar3" name="anav-annotations" rev="0.0.2">
<artifact name="anav-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='anav-annotations', version='0.0.2')
)
libraryDependencies += "io.github.dokar3" % "anav-annotations" % "0.0.2"
[io.github.dokar3/anav-annotations "0.0.2"]