is not current version
Last Version 1.3.0

com.likethesalad.android:string-reference 1.0.0

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.0.0
Type

Type

jar

Download string-reference 1.0.0


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