GroupId | GroupIdorg.wso2.carbon.deployment |
---|---|
ArtifactId | ArtifactIdjar-services-feature |
Version | Version4.3.0 |
Type | Typepom |
Filename | Size |
---|---|
jar-services-feature-4.3.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.deployment/jar-services-feature/ -->
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>jar-services-feature</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/jar-services-feature/
implementation 'org.wso2.carbon.deployment:jar-services-feature:4.3.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/jar-services-feature/
implementation ("org.wso2.carbon.deployment:jar-services-feature:4.3.0")
'org.wso2.carbon.deployment:jar-services-feature:pom:4.3.0'
<dependency org="org.wso2.carbon.deployment" name="jar-services-feature" rev="4.3.0">
<artifact name="jar-services-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.deployment', module='jar-services-feature', version='4.3.0')
)
libraryDependencies += "org.wso2.carbon.deployment" % "jar-services-feature" % "4.3.0"
[org.wso2.carbon.deployment/jar-services-feature "4.3.0"]