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