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