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