| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.pixelcarrot.base64image |
| Идентификатор | Идентификаторbase64image |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеBase64Image
Android Kotlin library to convert bitmap and base64 string
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| base64image-1.0.1.pom | |
| base64image-1.0.1-sources.jar | 3 KB |
| base64image-1.0.1-javadoc.jar | 188 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/ -->
<dependency>
<groupId>com.pixelcarrot.base64image</groupId>
<artifactId>base64image</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/
implementation 'com.pixelcarrot.base64image:base64image:1.0.1'
// https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/
implementation ("com.pixelcarrot.base64image:base64image:1.0.1")
'com.pixelcarrot.base64image:base64image:aar:1.0.1'
<dependency org="com.pixelcarrot.base64image" name="base64image" rev="1.0.1">
<artifact name="base64image" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pixelcarrot.base64image', module='base64image', version='1.0.1')
)
libraryDependencies += "com.pixelcarrot.base64image" % "base64image" % "1.0.1"
[com.pixelcarrot.base64image/base64image "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.31 |