GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdmessage-flows |
Version | Version4.5.3 |
Type | Typepom |
Filename | Size |
---|---|
message-flows-4.5.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/message-flows/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>message-flows</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/message-flows/
implementation 'org.wso2.carbon.commons:message-flows:4.5.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/message-flows/
implementation ("org.wso2.carbon.commons:message-flows:4.5.3")
'org.wso2.carbon.commons:message-flows:pom:4.5.3'
<dependency org="org.wso2.carbon.commons" name="message-flows" rev="4.5.3">
<artifact name="message-flows" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='message-flows', version='4.5.3')
)
libraryDependencies += "org.wso2.carbon.commons" % "message-flows" % "4.5.3"
[org.wso2.carbon.commons/message-flows "4.5.3"]