Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wso2.carbon.config |
ArtifactId | ArtifactIdprovider-standalone |
Version | Version2.1.15 |
Type | Typejar |
Filename | Size |
---|---|
provider-standalone-2.1.15.pom | |
provider-standalone-2.1.15.jar | 29 KB |
provider-standalone-2.1.15-sources.jar | 28 KB |
provider-standalone-2.1.15-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.config/provider-standalone/ -->
<dependency>
<groupId>org.wso2.carbon.config</groupId>
<artifactId>provider-standalone</artifactId>
<version>2.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.config/provider-standalone/
implementation 'org.wso2.carbon.config:provider-standalone:2.1.15'
// https://jarcasting.com/artifacts/org.wso2.carbon.config/provider-standalone/
implementation ("org.wso2.carbon.config:provider-standalone:2.1.15")
'org.wso2.carbon.config:provider-standalone:jar:2.1.15'
<dependency org="org.wso2.carbon.config" name="provider-standalone" rev="2.1.15">
<artifact name="provider-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.config', module='provider-standalone', version='2.1.15')
)
libraryDependencies += "org.wso2.carbon.config" % "provider-standalone" % "2.1.15"
[org.wso2.carbon.config/provider-standalone "2.1.15"]