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