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