Categories |
CategoriesScala Languages Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcapital.scalable |
ArtifactId | ArtifactIdspring-auto-restdocs-annotations |
Version | Version2.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/capital.scalable/spring-auto-restdocs-annotations/ -->
<dependency>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-annotations</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/capital.scalable/spring-auto-restdocs-annotations/
implementation 'capital.scalable:spring-auto-restdocs-annotations:2.0.6'
// https://jarcasting.com/artifacts/capital.scalable/spring-auto-restdocs-annotations/
implementation ("capital.scalable:spring-auto-restdocs-annotations:2.0.6")
'capital.scalable:spring-auto-restdocs-annotations:jar:2.0.6'
<dependency org="capital.scalable" name="spring-auto-restdocs-annotations" rev="2.0.6">
<artifact name="spring-auto-restdocs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='capital.scalable', module='spring-auto-restdocs-annotations', version='2.0.6')
)
libraryDependencies += "capital.scalable" % "spring-auto-restdocs-annotations" % "2.0.6"
[capital.scalable/spring-auto-restdocs-annotations "2.0.6"]