Categories |
CategoriesScala Languages Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.swagger |
ArtifactId | ArtifactIdswagger-scala-module_2.10 |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.swagger/swagger-scala-module_2.10/ -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-scala-module_2.10</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.swagger/swagger-scala-module_2.10/
implementation 'io.swagger:swagger-scala-module_2.10:1.0.2'
// https://jarcasting.com/artifacts/io.swagger/swagger-scala-module_2.10/
implementation ("io.swagger:swagger-scala-module_2.10:1.0.2")
'io.swagger:swagger-scala-module_2.10:jar:1.0.2'
<dependency org="io.swagger" name="swagger-scala-module_2.10" rev="1.0.2">
<artifact name="swagger-scala-module_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.swagger', module='swagger-scala-module_2.10', version='1.0.2')
)
libraryDependencies += "io.swagger" % "swagger-scala-module_2.10" % "1.0.2"
[io.swagger/swagger-scala-module_2.10 "1.0.2"]