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