Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.truedei.swagger.plugin |
ArtifactId | ArtifactIdcamel-swagger-ui |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.truedei.swagger.plugin/camel-swagger-ui/ -->
<dependency>
<groupId>com.truedei.swagger.plugin</groupId>
<artifactId>camel-swagger-ui</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truedei.swagger.plugin/camel-swagger-ui/
implementation 'com.truedei.swagger.plugin:camel-swagger-ui:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.truedei.swagger.plugin/camel-swagger-ui/
implementation ("com.truedei.swagger.plugin:camel-swagger-ui:0.0.1-RELEASE")
'com.truedei.swagger.plugin:camel-swagger-ui:jar:0.0.1-RELEASE'
<dependency org="com.truedei.swagger.plugin" name="camel-swagger-ui" rev="0.0.1-RELEASE">
<artifact name="camel-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truedei.swagger.plugin', module='camel-swagger-ui', version='0.0.1-RELEASE')
)
libraryDependencies += "com.truedei.swagger.plugin" % "camel-swagger-ui" % "0.0.1-RELEASE"
[com.truedei.swagger.plugin/camel-swagger-ui "0.0.1-RELEASE"]