carbon-parent
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.
License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.wso2.appserver |
ArtifactId | ArtifactIdconfiguration-loader |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWSO2 Application Server - Sample - Configuration Loader
A sample webapp which indicates the status of the WSO2 Application Server specific configuration
loading
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/configuration-loader/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>configuration-loader</artifactId>
<version>6.0.0-m4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/configuration-loader/
implementation 'org.wso2.appserver:configuration-loader:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/configuration-loader/
implementation ("org.wso2.appserver:configuration-loader:6.0.0-m4")
'org.wso2.appserver:configuration-loader:war:6.0.0-m4'
<dependency org="org.wso2.appserver" name="configuration-loader" rev="6.0.0-m4">
<artifact name="configuration-loader" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='configuration-loader', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "configuration-loader" % "6.0.0-m4"
[org.wso2.appserver/configuration-loader "6.0.0-m4"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.