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)

License

License

GroupId

GroupId

io.github.aghajari
ArtifactId

ArtifactId

XmlByPassAnnotations
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

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)
Project URL

Project URL

https://github.com/Aghajari/XmlByPass
Source Code Management

Source Code Management

https://github.com/Aghajari/XmlByPass

Download XmlByPassAnnotations

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.aghajari/XmlByPassAnnotations/ -->
<dependency>
    <groupId>io.github.aghajari</groupId>
    <artifactId>XmlByPassAnnotations</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aghajari/XmlByPassAnnotations/
implementation 'io.github.aghajari:XmlByPassAnnotations:1.0.1'
// https://jarcasting.com/artifacts/io.github.aghajari/XmlByPassAnnotations/
implementation ("io.github.aghajari:XmlByPassAnnotations:1.0.1")
'io.github.aghajari:XmlByPassAnnotations:aar:1.0.1'
<dependency org="io.github.aghajari" name="XmlByPassAnnotations" rev="1.0.1">
  <artifact name="XmlByPassAnnotations" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aghajari', module='XmlByPassAnnotations', version='1.0.1')
)
libraryDependencies += "io.github.aghajari" % "XmlByPassAnnotations" % "1.0.1"
[io.github.aghajari/XmlByPassAnnotations "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0