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