is not current version
Last Version 0.2.1

nl.bryanderidder.cakecutter:annotations 0.1.0

A tiny android annotation library for injecting styled attributes into custom views.

GroupId

GroupId

nl.bryanderidder.cakecutter
ArtifactId

ArtifactId

annotations
Version

Version

0.1.0
Type

Type

jar

Download annotations 0.1.0


<!-- https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/ -->
<dependency>
    <groupId>nl.bryanderidder.cakecutter</groupId>
    <artifactId>annotations</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/
implementation 'nl.bryanderidder.cakecutter:annotations:0.1.0'
// https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/
implementation ("nl.bryanderidder.cakecutter:annotations:0.1.0")
'nl.bryanderidder.cakecutter:annotations:jar:0.1.0'
<dependency org="nl.bryanderidder.cakecutter" name="annotations" rev="0.1.0">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.bryanderidder.cakecutter', module='annotations', version='0.1.0')
)
libraryDependencies += "nl.bryanderidder.cakecutter" % "annotations" % "0.1.0"
[nl.bryanderidder.cakecutter/annotations "0.1.0"]