Categories |
CategoriesDistribution Build Tools Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.wordnik |
ArtifactId | ArtifactIdswagger-codegen-distribution |
Version | Version2.1.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/ -->
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-distribution</artifactId>
<version>2.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/
implementation 'com.wordnik:swagger-codegen-distribution:2.1.0-M1'
// https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/
implementation ("com.wordnik:swagger-codegen-distribution:2.1.0-M1")
'com.wordnik:swagger-codegen-distribution:jar:2.1.0-M1'
<dependency org="com.wordnik" name="swagger-codegen-distribution" rev="2.1.0-M1">
<artifact name="swagger-codegen-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swagger-codegen-distribution', version='2.1.0-M1')
)
libraryDependencies += "com.wordnik" % "swagger-codegen-distribution" % "2.1.0-M1"
[com.wordnik/swagger-codegen-distribution "2.1.0-M1"]