Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-swagger |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
common-swagger-0.4.pom | |
common-swagger-0.4.jar | 3 KB |
common-swagger-0.4-sources.jar | 3 KB |
common-swagger-0.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-swagger/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-swagger</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-swagger/
implementation 'org.bardframework.commons:common-swagger:0.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-swagger/
implementation ("org.bardframework.commons:common-swagger:0.4")
'org.bardframework.commons:common-swagger:jar:0.4'
<dependency org="org.bardframework.commons" name="common-swagger" rev="0.4">
<artifact name="common-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-swagger', version='0.4')
)
libraryDependencies += "org.bardframework.commons" % "common-swagger" % "0.4"
[org.bardframework.commons/common-swagger "0.4"]