GroupId | GroupIdorg.wso2.carbon.store |
---|---|
ArtifactId | ArtifactIdstore-parent |
Version | Version2.4.21 |
Type | Typepom |
Filename | Size |
---|---|
store-parent-2.4.21.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.store/store-parent/ -->
<dependency>
<groupId>org.wso2.carbon.store</groupId>
<artifactId>store-parent</artifactId>
<version>2.4.21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.store/store-parent/
implementation 'org.wso2.carbon.store:store-parent:2.4.21'
// https://jarcasting.com/artifacts/org.wso2.carbon.store/store-parent/
implementation ("org.wso2.carbon.store:store-parent:2.4.21")
'org.wso2.carbon.store:store-parent:pom:2.4.21'
<dependency org="org.wso2.carbon.store" name="store-parent" rev="2.4.21">
<artifact name="store-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.store', module='store-parent', version='2.4.21')
)
libraryDependencies += "org.wso2.carbon.store" % "store-parent" % "2.4.21"
[org.wso2.carbon.store/store-parent "2.4.21"]