GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdhost-info |
Version | Version5.3.0-beta1 |
Type | Typewar |
Filename | Size |
---|---|
host-info-5.3.0-beta1.pom | |
host-info-5.3.0-beta1.war | 12 KB |
host-info-5.3.0-beta1-sources.jar | 7 KB |
host-info-5.3.0-beta1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/host-info/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>host-info</artifactId>
<version>5.3.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/host-info/
implementation 'org.wso2.appserver:host-info:5.3.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.appserver/host-info/
implementation ("org.wso2.appserver:host-info:5.3.0-beta1")
'org.wso2.appserver:host-info:war:5.3.0-beta1'
<dependency org="org.wso2.appserver" name="host-info" rev="5.3.0-beta1">
<artifact name="host-info" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='host-info', version='5.3.0-beta1')
)
libraryDependencies += "org.wso2.appserver" % "host-info" % "5.3.0-beta1"
[org.wso2.appserver/host-info "5.3.0-beta1"]