| License |
License |
|---|---|
| GroupId | GroupIdorg.wso2.appserver |
| ArtifactId | ArtifactIdshaded-libs |
| Version | Version6.0.0-m3 |
| Type | Typepom |
| Description |
DescriptionWSO2 Application Server - Module - Shaded Libraries
WSO2 Application Server Parent Pom of feature modules
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| shaded-libs-6.0.0-m3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/shaded-libs/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>shaded-libs</artifactId>
<version>6.0.0-m3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/shaded-libs/
implementation 'org.wso2.appserver:shaded-libs:6.0.0-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver/shaded-libs/
implementation ("org.wso2.appserver:shaded-libs:6.0.0-m3")
'org.wso2.appserver:shaded-libs:pom:6.0.0-m3'
<dependency org="org.wso2.appserver" name="shaded-libs" rev="6.0.0-m3">
<artifact name="shaded-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='shaded-libs', version='6.0.0-m3')
)
libraryDependencies += "org.wso2.appserver" % "shaded-libs" % "6.0.0-m3"
[org.wso2.appserver/shaded-libs "6.0.0-m3"]