License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.gabrielittner.auto.value |
ArtifactId | ArtifactIdauto-value-cursor-annotations |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoValue: Cursor Extension Annotations
AutoValue extension to create an AutoValue object from a Cursor
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gabrielittner.auto.value/auto-value-cursor-annotations/ -->
<dependency>
<groupId>com.gabrielittner.auto.value</groupId>
<artifactId>auto-value-cursor-annotations</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gabrielittner.auto.value/auto-value-cursor-annotations/
implementation 'com.gabrielittner.auto.value:auto-value-cursor-annotations:2.0.1'
// https://jarcasting.com/artifacts/com.gabrielittner.auto.value/auto-value-cursor-annotations/
implementation ("com.gabrielittner.auto.value:auto-value-cursor-annotations:2.0.1")
'com.gabrielittner.auto.value:auto-value-cursor-annotations:jar:2.0.1'
<dependency org="com.gabrielittner.auto.value" name="auto-value-cursor-annotations" rev="2.0.1">
<artifact name="auto-value-cursor-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gabrielittner.auto.value', module='auto-value-cursor-annotations', version='2.0.1')
)
libraryDependencies += "com.gabrielittner.auto.value" % "auto-value-cursor-annotations" % "2.0.1"
[com.gabrielittner.auto.value/auto-value-cursor-annotations "2.0.1"]