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