GroupId | GroupIdorg.hawkular.accounts |
---|---|
ArtifactId | ArtifactIdhawkular-accounts-sample-websocket-backend |
Version | Version2.0.17.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-sample-websocket-backend/ -->
<dependency>
<groupId>org.hawkular.accounts</groupId>
<artifactId>hawkular-accounts-sample-websocket-backend</artifactId>
<version>2.0.17.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-sample-websocket-backend/
implementation 'org.hawkular.accounts:hawkular-accounts-sample-websocket-backend:2.0.17.Final'
// https://jarcasting.com/artifacts/org.hawkular.accounts/hawkular-accounts-sample-websocket-backend/
implementation ("org.hawkular.accounts:hawkular-accounts-sample-websocket-backend:2.0.17.Final")
'org.hawkular.accounts:hawkular-accounts-sample-websocket-backend:war:2.0.17.Final'
<dependency org="org.hawkular.accounts" name="hawkular-accounts-sample-websocket-backend" rev="2.0.17.Final">
<artifact name="hawkular-accounts-sample-websocket-backend" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.accounts', module='hawkular-accounts-sample-websocket-backend', version='2.0.17.Final')
)
libraryDependencies += "org.hawkular.accounts" % "hawkular-accounts-sample-websocket-backend" % "2.0.17.Final"
[org.hawkular.accounts/hawkular-accounts-sample-websocket-backend "2.0.17.Final"]