is not current version
Last Version 1.5.2

me.tatarka.holdr:compile 1.0.1

Generates view holders from Android layout files

GroupId

GroupId

me.tatarka.holdr
ArtifactId

ArtifactId

compile
Version

Version

1.0.1
Type

Type

jar

Download compile 1.0.1


<!-- https://jarcasting.com/artifacts/me.tatarka.holdr/compile/ -->
<dependency>
    <groupId>me.tatarka.holdr</groupId>
    <artifactId>compile</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.tatarka.holdr/compile/
implementation 'me.tatarka.holdr:compile:1.0.1'
// https://jarcasting.com/artifacts/me.tatarka.holdr/compile/
implementation ("me.tatarka.holdr:compile:1.0.1")
'me.tatarka.holdr:compile:jar:1.0.1'
<dependency org="me.tatarka.holdr" name="compile" rev="1.0.1">
  <artifact name="compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tatarka.holdr', module='compile', version='1.0.1')
)
libraryDependencies += "me.tatarka.holdr" % "compile" % "1.0.1"
[me.tatarka.holdr/compile "1.0.1"]