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