GroupId | GroupIdxbean |
---|---|
ArtifactId | ArtifactIdxbean-spring |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
xbean-spring-2.0.pom | |
xbean-spring-2.0.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xbean/xbean-spring/ -->
<dependency>
<groupId>xbean</groupId>
<artifactId>xbean-spring</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xbean/xbean-spring/
implementation 'xbean:xbean-spring:2.0'
// https://jarcasting.com/artifacts/xbean/xbean-spring/
implementation ("xbean:xbean-spring:2.0")
'xbean:xbean-spring:jar:2.0'
<dependency org="xbean" name="xbean-spring" rev="2.0">
<artifact name="xbean-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='xbean', module='xbean-spring', version='2.0')
)
libraryDependencies += "xbean" % "xbean-spring" % "2.0"
[xbean/xbean-spring "2.0"]