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