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