Categories |
CategoriesAkka Container Microservices Reactive libraries Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.swagger-akka-http |
ArtifactId | ArtifactIdswagger-akka-http_2.12 |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.swagger-akka-http/swagger-akka-http_2.12/ -->
<dependency>
<groupId>com.github.swagger-akka-http</groupId>
<artifactId>swagger-akka-http_2.12</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swagger-akka-http/swagger-akka-http_2.12/
implementation 'com.github.swagger-akka-http:swagger-akka-http_2.12:0.10.0'
// https://jarcasting.com/artifacts/com.github.swagger-akka-http/swagger-akka-http_2.12/
implementation ("com.github.swagger-akka-http:swagger-akka-http_2.12:0.10.0")
'com.github.swagger-akka-http:swagger-akka-http_2.12:jar:0.10.0'
<dependency org="com.github.swagger-akka-http" name="swagger-akka-http_2.12" rev="0.10.0">
<artifact name="swagger-akka-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swagger-akka-http', module='swagger-akka-http_2.12', version='0.10.0')
)
libraryDependencies += "com.github.swagger-akka-http" % "swagger-akka-http_2.12" % "0.10.0"
[com.github.swagger-akka-http/swagger-akka-http_2.12 "0.10.0"]