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