GroupId | GroupIdorg.wso2.analytics.is |
---|---|
ArtifactId | ArtifactIdtcp-server |
Version | Version5.10.0-m1 |
Type | Typepom |
Filename | Size |
---|---|
tcp-server-5.10.0-m1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.analytics.is/tcp-server/ -->
<dependency>
<groupId>org.wso2.analytics.is</groupId>
<artifactId>tcp-server</artifactId>
<version>5.10.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.analytics.is/tcp-server/
implementation 'org.wso2.analytics.is:tcp-server:5.10.0-m1'
// https://jarcasting.com/artifacts/org.wso2.analytics.is/tcp-server/
implementation ("org.wso2.analytics.is:tcp-server:5.10.0-m1")
'org.wso2.analytics.is:tcp-server:pom:5.10.0-m1'
<dependency org="org.wso2.analytics.is" name="tcp-server" rev="5.10.0-m1">
<artifact name="tcp-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.analytics.is', module='tcp-server', version='5.10.0-m1')
)
libraryDependencies += "org.wso2.analytics.is" % "tcp-server" % "5.10.0-m1"
[org.wso2.analytics.is/tcp-server "5.10.0-m1"]