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