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