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