| License |
License |
|---|---|
| GroupId | GroupIdcom.github.polok.taggerstring |
| ArtifactId | ArtifactIdtaggerstring |
| Version | Version1.1.0 |
| Type | Typeaar |
| Description |
DescriptionTaggerString
TaggerString is very light library which allows to build dynamic string resource in much more readable way
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| taggerstring-1.1.0.pom | |
| taggerstring-1.1.0.aar | 3 KB |
| taggerstring-1.1.0-sources.jar | 2 KB |
| taggerstring-1.1.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.polok.taggerstring/taggerstring/ -->
<dependency>
<groupId>com.github.polok.taggerstring</groupId>
<artifactId>taggerstring</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.polok.taggerstring/taggerstring/
implementation 'com.github.polok.taggerstring:taggerstring:1.1.0'
// https://jarcasting.com/artifacts/com.github.polok.taggerstring/taggerstring/
implementation ("com.github.polok.taggerstring:taggerstring:1.1.0")
'com.github.polok.taggerstring:taggerstring:aar:1.1.0'
<dependency org="com.github.polok.taggerstring" name="taggerstring" rev="1.1.0">
<artifact name="taggerstring" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.polok.taggerstring', module='taggerstring', version='1.1.0')
)
libraryDependencies += "com.github.polok.taggerstring" % "taggerstring" % "1.1.0"
[com.github.polok.taggerstring/taggerstring "1.1.0"]