Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.gitblit.fathom |
ArtifactId | ArtifactIdfathom-rest-swagger |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
fathom-rest-swagger-0.6.0.pom | |
fathom-rest-swagger-0.6.0.jar | 30 KB |
fathom-rest-swagger-0.6.0-sources.jar | 24 KB |
fathom-rest-swagger-0.6.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest-swagger/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-rest-swagger</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest-swagger/
implementation 'com.gitblit.fathom:fathom-rest-swagger:0.6.0'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest-swagger/
implementation ("com.gitblit.fathom:fathom-rest-swagger:0.6.0")
'com.gitblit.fathom:fathom-rest-swagger:jar:0.6.0'
<dependency org="com.gitblit.fathom" name="fathom-rest-swagger" rev="0.6.0">
<artifact name="fathom-rest-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-rest-swagger', version='0.6.0')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-rest-swagger" % "0.6.0"
[com.gitblit.fathom/fathom-rest-swagger "0.6.0"]