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