GroupId | GroupIdcom.github.lzaruba |
---|---|
ArtifactId | ArtifactIdopenapi-spring-test-generator-mvc |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lzaruba/openapi-spring-test-generator-mvc/ -->
<dependency>
<groupId>com.github.lzaruba</groupId>
<artifactId>openapi-spring-test-generator-mvc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lzaruba/openapi-spring-test-generator-mvc/
implementation 'com.github.lzaruba:openapi-spring-test-generator-mvc:1.0.0'
// https://jarcasting.com/artifacts/com.github.lzaruba/openapi-spring-test-generator-mvc/
implementation ("com.github.lzaruba:openapi-spring-test-generator-mvc:1.0.0")
'com.github.lzaruba:openapi-spring-test-generator-mvc:jar:1.0.0'
<dependency org="com.github.lzaruba" name="openapi-spring-test-generator-mvc" rev="1.0.0">
<artifact name="openapi-spring-test-generator-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lzaruba', module='openapi-spring-test-generator-mvc', version='1.0.0')
)
libraryDependencies += "com.github.lzaruba" % "openapi-spring-test-generator-mvc" % "1.0.0"
[com.github.lzaruba/openapi-spring-test-generator-mvc "1.0.0"]