Categories |
CategoriesDropWizard Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.tenxerconsulting |
ArtifactId | ArtifactIdswagger-doclet-sample-dropwizard |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tenxerconsulting/swagger-doclet-sample-dropwizard/ -->
<dependency>
<groupId>com.tenxerconsulting</groupId>
<artifactId>swagger-doclet-sample-dropwizard</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tenxerconsulting/swagger-doclet-sample-dropwizard/
implementation 'com.tenxerconsulting:swagger-doclet-sample-dropwizard:1.0.7'
// https://jarcasting.com/artifacts/com.tenxerconsulting/swagger-doclet-sample-dropwizard/
implementation ("com.tenxerconsulting:swagger-doclet-sample-dropwizard:1.0.7")
'com.tenxerconsulting:swagger-doclet-sample-dropwizard:jar:1.0.7'
<dependency org="com.tenxerconsulting" name="swagger-doclet-sample-dropwizard" rev="1.0.7">
<artifact name="swagger-doclet-sample-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tenxerconsulting', module='swagger-doclet-sample-dropwizard', version='1.0.7')
)
libraryDependencies += "com.tenxerconsulting" % "swagger-doclet-sample-dropwizard" % "1.0.7"
[com.tenxerconsulting/swagger-doclet-sample-dropwizard "1.0.7"]