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