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