Android String XML Reference

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

License

License

GroupId

GroupId

com.likethesalad.android
ArtifactId

ArtifactId

string-reference
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/LikeTheSalad/android-string-reference
Source Code Management

Source Code Management

https://github.com/LikeTheSalad/android-string-reference

Download string-reference

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.10
com.google.code.gson : gson jar 2.8.5
com.google.dagger : dagger jar 2.39.1
com.likethesalad.tools.resources : string-android-resource-locator jar 1.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0