GroupId | GroupIdorg.wso2.carbon.devicemgt-plugins |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.device.mgt.output.adapter.websocket.endpoint |
Version | Version3.0.31 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint</artifactId>
<version>3.0.31</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint/
implementation 'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint:3.0.31'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint/
implementation ("org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint:3.0.31")
'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint:war:3.0.31'
<dependency org="org.wso2.carbon.devicemgt-plugins" name="org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint" rev="3.0.31">
<artifact name="org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt-plugins', module='org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint', version='3.0.31')
)
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint" % "3.0.31"
[org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint "3.0.31"]