is not current version
Last Version 1.0.4

io.github.dokar3:ktspans 1.0.2

Inspired by kotlinx.html, KtSpans is a library provides html & css like DSL to write spans on Android.

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

ktspans
Version

Version

1.0.2
Type

Type

aar

Download ktspans 1.0.2


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