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