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