| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dkzwm |
| Идентификатор | Идентификаторfet-core |
| Версия | Версия0.2.1 |
| Тип | Типaar |
| Описание |
Описаниеfet-core
FormatEditText can be used as a formatted text input box.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fet-core-0.2.1.pom | |
| fet-core-0.2.1-sources.jar | 15 KB |
| fet-core-0.2.1-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dkzwm/fet-core/ -->
<dependency>
<groupId>com.github.dkzwm</groupId>
<artifactId>fet-core</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dkzwm/fet-core/
implementation 'com.github.dkzwm:fet-core:0.2.1'
// https://jarcasting.com/artifacts/com.github.dkzwm/fet-core/
implementation ("com.github.dkzwm:fet-core:0.2.1")
'com.github.dkzwm:fet-core:aar:0.2.1'
<dependency org="com.github.dkzwm" name="fet-core" rev="0.2.1">
<artifact name="fet-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dkzwm', module='fet-core', version='0.2.1')
)
libraryDependencies += "com.github.dkzwm" % "fet-core" % "0.2.1"
[com.github.dkzwm/fet-core "0.2.1"]