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