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