| Группа | Группаio.github.dokar3 |
|---|---|
| Идентификатор | Идентификаторexpandabletext |
| Версия | Версия0.1.6 |
| Тип | Типpom |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/expandabletext/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>expandabletext</artifactId>
<version>0.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/expandabletext/
implementation 'io.github.dokar3:expandabletext:0.1.6'
// https://jarcasting.com/artifacts/io.github.dokar3/expandabletext/
implementation ("io.github.dokar3:expandabletext:0.1.6")
'io.github.dokar3:expandabletext:pom:0.1.6'
<dependency org="io.github.dokar3" name="expandabletext" rev="0.1.6">
<artifact name="expandabletext" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='expandabletext', version='0.1.6')
)
libraryDependencies += "io.github.dokar3" % "expandabletext" % "0.1.6"
[io.github.dokar3/expandabletext "0.1.6"]