| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторimage |
| Версия | Версия8.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| image-8.5.0.pom | |
| image-8.5.0.jar | 11 KB |
| image-8.5.0-tests.jar | 65 KB |
| image-8.5.0-sources.jar | 10 KB |
| image-8.5.0-javadoc.jar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/image/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>image</artifactId>
<version>8.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/image/
implementation 'com.cedarsoft.commons:image:8.5.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/image/
implementation ("com.cedarsoft.commons:image:8.5.0")
'com.cedarsoft.commons:image:jar:8.5.0'
<dependency org="com.cedarsoft.commons" name="image" rev="8.5.0">
<artifact name="image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='image', version='8.5.0')
)
libraryDependencies += "com.cedarsoft.commons" % "image" % "8.5.0"
[com.cedarsoft.commons/image "8.5.0"]