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