| Категории |
КатегорииSearch Прикладные библиотеки |
|---|---|
| Группа | Группаcom.carrotsearch |
| Идентификатор | Идентификаторsmartsprites |
| Версия | Версия0.2.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| smartsprites-0.2.11.pom | |
| smartsprites-0.2.11.jar | 89 KB |
| smartsprites-0.2.11-sources.jar | 55 KB |
| smartsprites-0.2.11-javadoc.jar | 289 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.carrotsearch/smartsprites/ -->
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>smartsprites</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch/smartsprites/
implementation 'com.carrotsearch:smartsprites:0.2.11'
// https://jarcasting.com/artifacts/com.carrotsearch/smartsprites/
implementation ("com.carrotsearch:smartsprites:0.2.11")
'com.carrotsearch:smartsprites:jar:0.2.11'
<dependency org="com.carrotsearch" name="smartsprites" rev="0.2.11">
<artifact name="smartsprites" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch', module='smartsprites', version='0.2.11')
)
libraryDependencies += "com.carrotsearch" % "smartsprites" % "0.2.11"
[com.carrotsearch/smartsprites "0.2.11"]