| Группа | Группаorg.wso2.charon |
|---|---|
| Идентификатор | Идентификаторorg.wso2.charon.deployment |
| Версия | Версия2.1.3 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/org.wso2.charon/org.wso2.charon.deployment/ -->
<dependency>
<groupId>org.wso2.charon</groupId>
<artifactId>org.wso2.charon.deployment</artifactId>
<version>2.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.charon/org.wso2.charon.deployment/
implementation 'org.wso2.charon:org.wso2.charon.deployment:2.1.3'
// https://jarcasting.com/artifacts/org.wso2.charon/org.wso2.charon.deployment/
implementation ("org.wso2.charon:org.wso2.charon.deployment:2.1.3")
'org.wso2.charon:org.wso2.charon.deployment:war:2.1.3'
<dependency org="org.wso2.charon" name="org.wso2.charon.deployment" rev="2.1.3">
<artifact name="org.wso2.charon.deployment" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.charon', module='org.wso2.charon.deployment', version='2.1.3')
)
libraryDependencies += "org.wso2.charon" % "org.wso2.charon.deployment" % "2.1.3"
[org.wso2.charon/org.wso2.charon.deployment "2.1.3"]