t

templates-provider-plugin

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.
https://github.com/LikeTheSalad/android-stem
MIT License
Cesar Munoz
Files download
File Operation
templates-provider-plugin-2.1.1.jar download
templates-provider-plugin-2.1.1.pom download
templates-provider-plugin-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.likethesalad.android</groupId>
  <artifactId>templates-provider-plugin</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.likethesalad.android:templates-provider-plugin:2.1.1'
Gradle Kotlin
implementation("com.likethesalad.android:templates-provider-plugin:2.1.1")
Scala SBT
libraryDependencies += "com.likethesalad.android" % "templates-provider-plugin" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.likethesalad.android', module='templates-provider-plugin', version='2.1.1')
)
Apache Ivy
<dependency org="com.likethesalad.android" name="templates-provider-plugin" rev="2.1.1" />
Leiningen
[com.likethesalad.android/templates-provider-plugin "2.1.1"]
Apache Buildr
'com.likethesalad.android:templates-provider-plugin:jar:2.1.1'