MVN

com.likethesalad.android : templates-provider-api

Maven & Gradle

Aug 15, 2023
1 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>templates-provider-api</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.likethesalad.android : templates-provider-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.likethesalad.android : templates-provider-api to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.likethesalad.android</groupId>
    <artifactId>templates-provider-api</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.likethesalad.android : templates-provider-api gradle dependency to your build.gradle file:

implementation 'com.likethesalad.android:templates-provider-api:2.5.0'

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

implementation("com.likethesalad.android:templates-provider-api:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.likethesalad.android : templates-provider-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.likethesalad.android" % "templates-provider-api" % "2.5.0"

Advertisement