s

stem-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
stem-plugin-2.8.0.jar download
stem-plugin-2.8.0.pom download
stem-plugin-2.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.likethesalad.android</groupId>
  <artifactId>stem-plugin</artifactId>
  <version>2.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.likethesalad.android:stem-plugin:2.8.0'
Gradle Kotlin
implementation("com.likethesalad.android:stem-plugin:2.8.0")
Scala SBT
libraryDependencies += "com.likethesalad.android" % "stem-plugin" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.likethesalad.android', module='stem-plugin', version='2.8.0')
)
Apache Ivy
<dependency org="com.likethesalad.android" name="stem-plugin" rev="2.8.0" />
Leiningen
[com.likethesalad.android/stem-plugin "2.8.0"]
Apache Buildr
'com.likethesalad.android:stem-plugin:jar:2.8.0'