| License |
License |
|---|---|
| GroupId | GroupIdio.github.wflin2020 |
| ArtifactId | ArtifactIdktext |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionktext
A library provides some useful kotlin extension functions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktext-1.0.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wflin2020/ktext/ -->
<dependency>
<groupId>io.github.wflin2020</groupId>
<artifactId>ktext</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wflin2020/ktext/
implementation 'io.github.wflin2020:ktext:1.0.0'
// https://jarcasting.com/artifacts/io.github.wflin2020/ktext/
implementation ("io.github.wflin2020:ktext:1.0.0")
'io.github.wflin2020:ktext:aar:1.0.0'
<dependency org="io.github.wflin2020" name="ktext" rev="1.0.0">
<artifact name="ktext" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wflin2020', module='ktext', version='1.0.0')
)
libraryDependencies += "io.github.wflin2020" % "ktext" % "1.0.0"
[io.github.wflin2020/ktext "1.0.0"]