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