Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jrcodeza |
ArtifactId | ArtifactIdspring-openapi-client-generator |
Version | Version1.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-client-generator/ -->
<dependency>
<groupId>com.github.jrcodeza</groupId>
<artifactId>spring-openapi-client-generator</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-client-generator/
implementation 'com.github.jrcodeza:spring-openapi-client-generator:1.4.4'
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi-client-generator/
implementation ("com.github.jrcodeza:spring-openapi-client-generator:1.4.4")
'com.github.jrcodeza:spring-openapi-client-generator:jar:1.4.4'
<dependency org="com.github.jrcodeza" name="spring-openapi-client-generator" rev="1.4.4">
<artifact name="spring-openapi-client-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jrcodeza', module='spring-openapi-client-generator', version='1.4.4')
)
libraryDependencies += "com.github.jrcodeza" % "spring-openapi-client-generator" % "1.4.4"
[com.github.jrcodeza/spring-openapi-client-generator "1.4.4"]