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