| License |
License |
|---|---|
| Categories |
CategoriesSwagger Program Interface REST Frameworks |
| GroupId | GroupIdorg.zalando.stups |
| ArtifactId | ArtifactIdswagger-codegen-tooling |
| Version | Version0.5.0-beta-1 |
| Type | Typepom |
| Description |
DescriptionSwagger-Codegen-Tooling -- Parent
Parent pom.xml that can be used by STUPS Maven projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| swagger-codegen-tooling-0.5.0-beta-1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-tooling/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-tooling</artifactId>
<version>0.5.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-tooling/
implementation 'org.zalando.stups:swagger-codegen-tooling:0.5.0-beta-1'
// https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-tooling/
implementation ("org.zalando.stups:swagger-codegen-tooling:0.5.0-beta-1")
'org.zalando.stups:swagger-codegen-tooling:pom:0.5.0-beta-1'
<dependency org="org.zalando.stups" name="swagger-codegen-tooling" rev="0.5.0-beta-1">
<artifact name="swagger-codegen-tooling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='swagger-codegen-tooling', version='0.5.0-beta-1')
)
libraryDependencies += "org.zalando.stups" % "swagger-codegen-tooling" % "0.5.0-beta-1"
[org.zalando.stups/swagger-codegen-tooling "0.5.0-beta-1"]