MVN

com.tickaroo.tikxml : processor-common

Maven & Gradle

Nov 09, 2018
419 stars

Some common annotation processor logic that is shared with regular annotation processor and auto value plugin · A modern XML API for Android and Java

<dependency>
    <groupId>com.tickaroo.tikxml</groupId>
    <artifactId>processor-common</artifactId>
    <version>0.8.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tickaroo.tikxml : processor-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.15

All Versions

Choose a version of com.tickaroo.tikxml : processor-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
processor-common-0.8.15
processor-common-0.8.13

How to add a dependency to Maven

Add the following com.tickaroo.tikxml : processor-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tickaroo.tikxml</groupId>
    <artifactId>processor-common</artifactId>
    <version>0.8.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tickaroo.tikxml : processor-common gradle dependency to your build.gradle file:

implementation 'com.tickaroo.tikxml:processor-common:0.8.15'

Gradle Kotlin DSL: Add the following com.tickaroo.tikxml : processor-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tickaroo.tikxml:processor-common:0.8.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tickaroo.tikxml : processor-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tickaroo.tikxml" % "processor-common" % "0.8.15"

Advertisement