GroupId | GroupIdorg.wso2.carbon.devicemgt-plugins |
---|---|
ArtifactId | ArtifactIdextensions |
Version | Version3.0.1 |
Type | Typepom |
Filename | Size |
---|---|
extensions-3.0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/extensions/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>extensions</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/extensions/
implementation 'org.wso2.carbon.devicemgt-plugins:extensions:3.0.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt-plugins/extensions/
implementation ("org.wso2.carbon.devicemgt-plugins:extensions:3.0.1")
'org.wso2.carbon.devicemgt-plugins:extensions:pom:3.0.1'
<dependency org="org.wso2.carbon.devicemgt-plugins" name="extensions" rev="3.0.1">
<artifact name="extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt-plugins', module='extensions', version='3.0.1')
)
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "extensions" % "3.0.1"
[org.wso2.carbon.devicemgt-plugins/extensions "3.0.1"]