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