Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.hspconsortium.reference |
ArtifactId | ArtifactIdhspc-reference-messaging |
Version | Version0.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-messaging/ -->
<dependency>
<groupId>org.hspconsortium.reference</groupId>
<artifactId>hspc-reference-messaging</artifactId>
<version>0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-messaging/
implementation 'org.hspconsortium.reference:hspc-reference-messaging:0.4'
// https://jarcasting.com/artifacts/org.hspconsortium.reference/hspc-reference-messaging/
implementation ("org.hspconsortium.reference:hspc-reference-messaging:0.4")
'org.hspconsortium.reference:hspc-reference-messaging:war:0.4'
<dependency org="org.hspconsortium.reference" name="hspc-reference-messaging" rev="0.4">
<artifact name="hspc-reference-messaging" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.reference', module='hspc-reference-messaging', version='0.4')
)
libraryDependencies += "org.hspconsortium.reference" % "hspc-reference-messaging" % "0.4"
[org.hspconsortium.reference/hspc-reference-messaging "0.4"]