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