is not current version
Last Version 4.21

org.apache.xbean:xbean-classpath 3.0


GroupId

GroupId

org.apache.xbean
ArtifactId

ArtifactId

xbean-classpath
Version

Version

3.0
Type

Type

jar

Download xbean-classpath 3.0


<!-- https://jarcasting.com/artifacts/org.apache.xbean/xbean-classpath/ -->
<dependency>
    <groupId>org.apache.xbean</groupId>
    <artifactId>xbean-classpath</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xbean/xbean-classpath/
implementation 'org.apache.xbean:xbean-classpath:3.0'
// https://jarcasting.com/artifacts/org.apache.xbean/xbean-classpath/
implementation ("org.apache.xbean:xbean-classpath:3.0")
'org.apache.xbean:xbean-classpath:jar:3.0'
<dependency org="org.apache.xbean" name="xbean-classpath" rev="3.0">
  <artifact name="xbean-classpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xbean', module='xbean-classpath', version='3.0')
)
libraryDependencies += "org.apache.xbean" % "xbean-classpath" % "3.0"
[org.apache.xbean/xbean-classpath "3.0"]