GroupId | GroupIdorg.resthub |
---|---|
ArtifactId | ArtifactIdresthub-web |
Version | Version2.1.4 |
Type | Typepom |
Filename | Size |
---|---|
resthub-web-2.1.4.pom | 767 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-web/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-web</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-web/
implementation 'org.resthub:resthub-web:2.1.4'
// https://jarcasting.com/artifacts/org.resthub/resthub-web/
implementation ("org.resthub:resthub-web:2.1.4")
'org.resthub:resthub-web:pom:2.1.4'
<dependency org="org.resthub" name="resthub-web" rev="2.1.4">
<artifact name="resthub-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-web', version='2.1.4')
)
libraryDependencies += "org.resthub" % "resthub-web" % "2.1.4"
[org.resthub/resthub-web "2.1.4"]