License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.glue42.gateway.client |
ArtifactId | ArtifactIdgateway-messages |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides a base configuration for Glue42 project builds
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gateway-messages-1.3.7.pom | |
gateway-messages-1.3.7.jar | 69 KB |
gateway-messages-1.3.7-sources.jar | 1 KB |
gateway-messages-1.3.7-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-messages/ -->
<dependency>
<groupId>com.glue42.gateway.client</groupId>
<artifactId>gateway-messages</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-messages/
implementation 'com.glue42.gateway.client:gateway-messages:1.3.7'
// https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-messages/
implementation ("com.glue42.gateway.client:gateway-messages:1.3.7")
'com.glue42.gateway.client:gateway-messages:jar:1.3.7'
<dependency org="com.glue42.gateway.client" name="gateway-messages" rev="1.3.7">
<artifact name="gateway-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-messages', version='1.3.7')
)
libraryDependencies += "com.glue42.gateway.client" % "gateway-messages" % "1.3.7"
[com.glue42.gateway.client/gateway-messages "1.3.7"]