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