License |
License |
---|---|
GroupId | GroupIdorg.wso2.appserver.shade.org.springframework |
ArtifactId | ArtifactIdspring-beans-shaded |
Version | Version4.2.5.wso2v1-m3 |
Type | Typejar |
Description |
DescriptionWSO2 Application Server Parent Pom of feature modules
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver.shade.org.springframework/spring-beans-shaded/ -->
<dependency>
<groupId>org.wso2.appserver.shade.org.springframework</groupId>
<artifactId>spring-beans-shaded</artifactId>
<version>4.2.5.wso2v1-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.org.springframework/spring-beans-shaded/
implementation 'org.wso2.appserver.shade.org.springframework:spring-beans-shaded:4.2.5.wso2v1-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver.shade.org.springframework/spring-beans-shaded/
implementation ("org.wso2.appserver.shade.org.springframework:spring-beans-shaded:4.2.5.wso2v1-m3")
'org.wso2.appserver.shade.org.springframework:spring-beans-shaded:jar:4.2.5.wso2v1-m3'
<dependency org="org.wso2.appserver.shade.org.springframework" name="spring-beans-shaded" rev="4.2.5.wso2v1-m3">
<artifact name="spring-beans-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver.shade.org.springframework', module='spring-beans-shaded', version='4.2.5.wso2v1-m3')
)
libraryDependencies += "org.wso2.appserver.shade.org.springframework" % "spring-beans-shaded" % "4.2.5.wso2v1-m3"
[org.wso2.appserver.shade.org.springframework/spring-beans-shaded "4.2.5.wso2v1-m3"]