License |
License |
---|---|
GroupId | GroupIdcom.github.saadfarooq |
ArtifactId | ArtifactIdkhoji-compiler |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKhoji Compiler
An annotation processor library for collecting annotated classes at compile time
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
khoji-compiler-0.0.7.pom | |
khoji-compiler-0.0.7.jar | 15 KB |
khoji-compiler-0.0.7-sources.jar | 3 KB |
khoji-compiler-0.0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.saadfarooq/khoji-compiler/ -->
<dependency>
<groupId>com.github.saadfarooq</groupId>
<artifactId>khoji-compiler</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saadfarooq/khoji-compiler/
implementation 'com.github.saadfarooq:khoji-compiler:0.0.7'
// https://jarcasting.com/artifacts/com.github.saadfarooq/khoji-compiler/
implementation ("com.github.saadfarooq:khoji-compiler:0.0.7")
'com.github.saadfarooq:khoji-compiler:jar:0.0.7'
<dependency org="com.github.saadfarooq" name="khoji-compiler" rev="0.0.7">
<artifact name="khoji-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saadfarooq', module='khoji-compiler', version='0.0.7')
)
libraryDependencies += "com.github.saadfarooq" % "khoji-compiler" % "0.0.7"
[com.github.saadfarooq/khoji-compiler "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.saadfarooq : khoji-annotations | jar | 0.0.7 |
com.squareup : javapoet | jar | 1.7.0 |
com.google.auto.service : auto-service | jar | 1.0-rc2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.2 |