WordCloud

WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.

Лицензия

Лицензия

Группа

Группа

com.yashoid
Идентификатор

Идентификатор

wordcloud
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

WordCloud
WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.
Ссылка на сайт

Ссылка на сайт

https://github.com/yasharpm/WordCloud
Система контроля версий

Система контроля версий

https://github.com/yasharpm/WordCloud

Скачать wordcloud

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

WordCloud

WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.

WordCloud is very customizable and easy to use. The Placing algorithm behaviour can be modified easily through RotationProvider and SpiralProvider methods.

Check sample code to learn how to use it with default configuration.

Usage

Add the dependency:

dependencies {
	compile 'com.yashoid:wordcloud:1.1.0'
}

Версии библиотеки

Версия
1.1.0
1.0.0