License |
License |
---|---|
Categories |
CategoriesKotlin Languages Ant Build Tools |
GroupId | GroupIdcom.github.danysantiago |
ArtifactId | ArtifactIdkotlincursor-compiler |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionKotlin Cursor Compiler
Kotlin Cursor & ContentValues boilerplate annotation processor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlincursor-compiler-0.1.1.pom | |
kotlincursor-compiler-0.1.1.jar | 24 KB |
kotlincursor-compiler-0.1.1-sources.jar | 7 KB |
kotlincursor-compiler-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/ -->
<dependency>
<groupId>com.github.danysantiago</groupId>
<artifactId>kotlincursor-compiler</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/
implementation 'com.github.danysantiago:kotlincursor-compiler:0.1.1'
// https://jarcasting.com/artifacts/com.github.danysantiago/kotlincursor-compiler/
implementation ("com.github.danysantiago:kotlincursor-compiler:0.1.1")
'com.github.danysantiago:kotlincursor-compiler:jar:0.1.1'
<dependency org="com.github.danysantiago" name="kotlincursor-compiler" rev="0.1.1">
<artifact name="kotlincursor-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danysantiago', module='kotlincursor-compiler', version='0.1.1')
)
libraryDependencies += "com.github.danysantiago" % "kotlincursor-compiler" % "0.1.1"
[com.github.danysantiago/kotlincursor-compiler "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.danysantiago : kotlincursor-api | jar | 0.1.1 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.2-4 |
com.google.auto.service : auto-service | jar | 1.0-rc2 |
com.squareup : kotlinpoet | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.testing.compile : compile-testing | jar | 0.11 |
com.google.truth : truth | jar | 0.33 |
com.google.guava : guava | jar | 22.0 |