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