GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdshaded-libs |
Version | Version6.0.0-m2 |
Type | Typepom |
Filename | Size |
---|---|
shaded-libs-6.0.0-m2.pom | 1 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-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/shaded-libs/
implementation 'org.wso2.appserver:shaded-libs:6.0.0-m2'
// https://jarcasting.com/artifacts/org.wso2.appserver/shaded-libs/
implementation ("org.wso2.appserver:shaded-libs:6.0.0-m2")
'org.wso2.appserver:shaded-libs:pom:6.0.0-m2'
<dependency org="org.wso2.appserver" name="shaded-libs" rev="6.0.0-m2">
<artifact name="shaded-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='shaded-libs', version='6.0.0-m2')
)
libraryDependencies += "org.wso2.appserver" % "shaded-libs" % "6.0.0-m2"
[org.wso2.appserver/shaded-libs "6.0.0-m2"]