Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.syndesis.connector |
ArtifactId | ArtifactIdconnector-rest-swagger |
Version | Version1.7.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis.connector/connector-rest-swagger/ -->
<dependency>
<groupId>io.syndesis.connector</groupId>
<artifactId>connector-rest-swagger</artifactId>
<version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.connector/connector-rest-swagger/
implementation 'io.syndesis.connector:connector-rest-swagger:1.7.5'
// https://jarcasting.com/artifacts/io.syndesis.connector/connector-rest-swagger/
implementation ("io.syndesis.connector:connector-rest-swagger:1.7.5")
'io.syndesis.connector:connector-rest-swagger:jar:1.7.5'
<dependency org="io.syndesis.connector" name="connector-rest-swagger" rev="1.7.5">
<artifact name="connector-rest-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.connector', module='connector-rest-swagger', version='1.7.5')
)
libraryDependencies += "io.syndesis.connector" % "connector-rest-swagger" % "1.7.5"
[io.syndesis.connector/connector-rest-swagger "1.7.5"]