Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.github.cyrilschumacher |
ArtifactId | ArtifactIdswagger-mule |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
swagger-mule-1.6.3.pom | |
swagger-mule-1.6.3.jar | 4 KB |
swagger-mule-1.6.3-sources.jar | 1 KB |
swagger-mule-1.6.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-mule/ -->
<dependency>
<groupId>io.github.cyrilschumacher</groupId>
<artifactId>swagger-mule</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-mule/
implementation 'io.github.cyrilschumacher:swagger-mule:1.6.3'
// https://jarcasting.com/artifacts/io.github.cyrilschumacher/swagger-mule/
implementation ("io.github.cyrilschumacher:swagger-mule:1.6.3")
'io.github.cyrilschumacher:swagger-mule:jar:1.6.3'
<dependency org="io.github.cyrilschumacher" name="swagger-mule" rev="1.6.3">
<artifact name="swagger-mule" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cyrilschumacher', module='swagger-mule', version='1.6.3')
)
libraryDependencies += "io.github.cyrilschumacher" % "swagger-mule" % "1.6.3"
[io.github.cyrilschumacher/swagger-mule "1.6.3"]