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