| Categories |
CategoriesSwagger Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.gitblit.fathom |
| ArtifactId | ArtifactIdfathom-rest-swagger |
| Version | Version0.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fathom-rest-swagger-0.5.2.pom | |
| fathom-rest-swagger-0.5.2.jar | 26 KB |
| fathom-rest-swagger-0.5.2-sources.jar | 20 KB |
| fathom-rest-swagger-0.5.2-javadoc.jar | 68 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.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest-swagger/
implementation 'com.gitblit.fathom:fathom-rest-swagger:0.5.2'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest-swagger/
implementation ("com.gitblit.fathom:fathom-rest-swagger:0.5.2")
'com.gitblit.fathom:fathom-rest-swagger:jar:0.5.2'
<dependency org="com.gitblit.fathom" name="fathom-rest-swagger" rev="0.5.2">
<artifact name="fathom-rest-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-rest-swagger', version='0.5.2')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-rest-swagger" % "0.5.2"
[com.gitblit.fathom/fathom-rest-swagger "0.5.2"]