| GroupId | GroupIdorg.resthub |
|---|---|
| ArtifactId | ArtifactIdresthub-common |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resthub-common-2.0.0.pom | |
| resthub-common-2.0.0.jar | 12 KB |
| resthub-common-2.0.0-sources.jar | 7 KB |
| resthub-common-2.0.0-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-common/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-common</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-common/
implementation 'org.resthub:resthub-common:2.0.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-common/
implementation ("org.resthub:resthub-common:2.0.0")
'org.resthub:resthub-common:jar:2.0.0'
<dependency org="org.resthub" name="resthub-common" rev="2.0.0">
<artifact name="resthub-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-common', version='2.0.0')
)
libraryDependencies += "org.resthub" % "resthub-common" % "2.0.0"
[org.resthub/resthub-common "2.0.0"]