is not current version
Last Version 1.5.2

me.tatarka.holdr:compile 1.1.0

Generates view holders from Android layout files

GroupId

GroupId

me.tatarka.holdr
ArtifactId

ArtifactId

compile
Version

Version

1.1.0
Type

Type

jar

Download compile 1.1.0


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