MVN

com.likethesalad.android : common-tools

Maven & Gradle

Aug 15, 2023
2 usages
174 stars

Android Stem · This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

<dependency>
    <groupId>com.likethesalad.android</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.likethesalad.android : common-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.likethesalad.android : common-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
common-tools-2.5.0
2.4.x
common-tools-2.4.1
common-tools-2.4.0
2.3.x
common-tools-2.3.0
2.2.x
common-tools-2.2.3
common-tools-2.2.2
common-tools-2.2.1
common-tools-2.2.0
2.1.x
common-tools-2.1.1
common-tools-2.1.0
2.0.x
common-tools-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.likethesalad.android</groupId>
    <artifactId>common-tools</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.likethesalad.android : common-tools gradle dependency to your build.gradle file:

implementation 'com.likethesalad.android:common-tools:2.5.0'

Gradle Kotlin DSL: Add the following com.likethesalad.android : common-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.likethesalad.android:common-tools:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.likethesalad.android : common-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.likethesalad.android" % "common-tools" % "2.5.0"

Advertisement