X

XmlByPassAnnotations

Get the Highest Android UI performance! XmlByPass is an annotationProcessor library for Android which auto generates the java code of your xml layouts in Source level (before compile)
https://github.com/Aghajari/XmlByPass
The Apache License, Version 2.0
AmirHossein Aghajari
Files download
File Operation
XmlByPassAnnotations-1.0.2.jar download
XmlByPassAnnotations-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.github.aghajari</groupId>
  <artifactId>XmlByPassAnnotations</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.aghajari:XmlByPassAnnotations:1.0.2'
Gradle Kotlin
implementation("io.github.aghajari:XmlByPassAnnotations:1.0.2")
Scala SBT
libraryDependencies += "io.github.aghajari" % "XmlByPassAnnotations" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aghajari', module='XmlByPassAnnotations', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.aghajari" name="XmlByPassAnnotations" rev="1.0.2" />
Leiningen
[io.github.aghajari/XmlByPassAnnotations "1.0.2"]
Apache Buildr
'io.github.aghajari:XmlByPassAnnotations:jar:1.0.2'
Dependencies
The project has no third-party dependencies