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