is not current version
Last Version 4.0.2

dev.b3nedikt.reword:reword 2.0.0

Reword is a library to update the texts of views when the apps texts have changed due to a language change or an update of the apps string resources with a lib like restring.

GroupId

GroupId

dev.b3nedikt.reword
ArtifactId

ArtifactId

reword
Version

Version

2.0.0
Type

Type

aar

Download reword 2.0.0


<!-- https://jarcasting.com/artifacts/dev.b3nedikt.reword/reword/ -->
<dependency>
    <groupId>dev.b3nedikt.reword</groupId>
    <artifactId>reword</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.b3nedikt.reword/reword/
implementation 'dev.b3nedikt.reword:reword:2.0.0'
// https://jarcasting.com/artifacts/dev.b3nedikt.reword/reword/
implementation ("dev.b3nedikt.reword:reword:2.0.0")
'dev.b3nedikt.reword:reword:aar:2.0.0'
<dependency org="dev.b3nedikt.reword" name="reword" rev="2.0.0">
  <artifact name="reword" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.b3nedikt.reword', module='reword', version='2.0.0')
)
libraryDependencies += "dev.b3nedikt.reword" % "reword" % "2.0.0"
[dev.b3nedikt.reword/reword "2.0.0"]