Categories |
CategoriesAkka Container Microservices Reactive libraries Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.swagger-akka-http |
ArtifactId | ArtifactIdswagger-akka-http_2.12 |
Version | Version1.1.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>1.1.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:1.1.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:1.1.0")
'com.github.swagger-akka-http:swagger-akka-http_2.12:jar:1.1.0'
<dependency org="com.github.swagger-akka-http" name="swagger-akka-http_2.12" rev="1.1.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='1.1.0')
)
libraryDependencies += "com.github.swagger-akka-http" % "swagger-akka-http_2.12" % "1.1.0"
[com.github.swagger-akka-http/swagger-akka-http_2.12 "1.1.0"]