GroupId | GroupIdcom.structurizr |
---|---|
ArtifactId | ArtifactIdstructurizr-export |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
structurizr-export-1.0.0.pom | |
structurizr-export-1.0.0.jar | 51 KB |
structurizr-export-1.0.0-sources.jar | 21 KB |
structurizr-export-1.0.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.structurizr/structurizr-export/ -->
<dependency>
<groupId>com.structurizr</groupId>
<artifactId>structurizr-export</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.structurizr/structurizr-export/
implementation 'com.structurizr:structurizr-export:1.0.0'
// https://jarcasting.com/artifacts/com.structurizr/structurizr-export/
implementation ("com.structurizr:structurizr-export:1.0.0")
'com.structurizr:structurizr-export:jar:1.0.0'
<dependency org="com.structurizr" name="structurizr-export" rev="1.0.0">
<artifact name="structurizr-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.structurizr', module='structurizr-export', version='1.0.0')
)
libraryDependencies += "com.structurizr" % "structurizr-export" % "1.0.0"
[com.structurizr/structurizr-export "1.0.0"]