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