is not current version
Last Version 1.3.0

com.likethesalad.android:string-reference 1.2.1

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

GroupId

GroupId

com.likethesalad.android
ArtifactId

ArtifactId

string-reference
Version

Version

1.2.1
Type

Type

jar

Download string-reference 1.2.1


<!-- https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/ -->
<dependency>
    <groupId>com.likethesalad.android</groupId>
    <artifactId>string-reference</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation 'com.likethesalad.android:string-reference:1.2.1'
// https://jarcasting.com/artifacts/com.likethesalad.android/string-reference/
implementation ("com.likethesalad.android:string-reference:1.2.1")
'com.likethesalad.android:string-reference:jar:1.2.1'
<dependency org="com.likethesalad.android" name="string-reference" rev="1.2.1">
  <artifact name="string-reference" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.likethesalad.android', module='string-reference', version='1.2.1')
)
libraryDependencies += "com.likethesalad.android" % "string-reference" % "1.2.1"
[com.likethesalad.android/string-reference "1.2.1"]