| Группа | Группаcom.cedarsoft.commons.old |
|---|---|
| Идентификатор | Идентификатор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.old/struct/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>struct</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/struct/
implementation 'com.cedarsoft.commons.old:struct:4.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/struct/
implementation ("com.cedarsoft.commons.old:struct:4.0.1")
'com.cedarsoft.commons.old:struct:jar:4.0.1'
<dependency org="com.cedarsoft.commons.old" name="struct" rev="4.0.1">
<artifact name="struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='struct', version='4.0.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "struct" % "4.0.1"
[com.cedarsoft.commons.old/struct "4.0.1"]