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