GroupId | GroupIdcom.structurizr |
---|---|
ArtifactId | ArtifactIdstructurizr-dot |
Version | Version1.0.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.structurizr/structurizr-dot/ -->
<dependency>
<groupId>com.structurizr</groupId>
<artifactId>structurizr-dot</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.structurizr/structurizr-dot/
implementation 'com.structurizr:structurizr-dot:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.structurizr/structurizr-dot/
implementation ("com.structurizr:structurizr-dot:1.0.0-RC4")
'com.structurizr:structurizr-dot:jar:1.0.0-RC4'
<dependency org="com.structurizr" name="structurizr-dot" rev="1.0.0-RC4">
<artifact name="structurizr-dot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.structurizr', module='structurizr-dot', version='1.0.0-RC4')
)
libraryDependencies += "com.structurizr" % "structurizr-dot" % "1.0.0-RC4"
[com.structurizr/structurizr-dot "1.0.0-RC4"]