Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.atlassian.oai |
ArtifactId | ArtifactIdswagger-request-validator-mockmvc |
Version | Version2.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.atlassian.oai/swagger-request-validator-mockmvc/ -->
<dependency>
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator-mockmvc</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.oai/swagger-request-validator-mockmvc/
implementation 'com.atlassian.oai:swagger-request-validator-mockmvc:2.8.0'
// https://jarcasting.com/artifacts/com.atlassian.oai/swagger-request-validator-mockmvc/
implementation ("com.atlassian.oai:swagger-request-validator-mockmvc:2.8.0")
'com.atlassian.oai:swagger-request-validator-mockmvc:jar:2.8.0'
<dependency org="com.atlassian.oai" name="swagger-request-validator-mockmvc" rev="2.8.0">
<artifact name="swagger-request-validator-mockmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.oai', module='swagger-request-validator-mockmvc', version='2.8.0')
)
libraryDependencies += "com.atlassian.oai" % "swagger-request-validator-mockmvc" % "2.8.0"
[com.atlassian.oai/swagger-request-validator-mockmvc "2.8.0"]