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