is not current version
Last Version 6.0.0-m3

org.wso2.appserver:shaded-libs 6.0.0-m2


GroupId

GroupId

org.wso2.appserver
ArtifactId

ArtifactId

shaded-libs
Version

Version

6.0.0-m2
Type

Type

pom

Download shaded-libs 6.0.0-m2

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"]