GroupId | GroupIdcom.gitblit.fathom |
---|---|
ArtifactId | ArtifactIdfathom-rest |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
fathom-rest-0.8.3.pom | |
fathom-rest-0.8.3.jar | 100 KB |
fathom-rest-0.8.3-sources.jar | 78 KB |
fathom-rest-0.8.3-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-rest</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest/
implementation 'com.gitblit.fathom:fathom-rest:0.8.3'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-rest/
implementation ("com.gitblit.fathom:fathom-rest:0.8.3")
'com.gitblit.fathom:fathom-rest:jar:0.8.3'
<dependency org="com.gitblit.fathom" name="fathom-rest" rev="0.8.3">
<artifact name="fathom-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-rest', version='0.8.3')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-rest" % "0.8.3"
[com.gitblit.fathom/fathom-rest "0.8.3"]