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