| GroupId | GroupIdwsrf | 
|---|---|
| ArtifactId | ArtifactIdwsa-xbeans-src | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| wsa-xbeans-src-1.0.pom | |
| wsa-xbeans-src-1.0.jar | 75 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/wsrf/wsa-xbeans-src/ -->
<dependency>
    <groupId>wsrf</groupId>
    <artifactId>wsa-xbeans-src</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/wsrf/wsa-xbeans-src/
implementation 'wsrf:wsa-xbeans-src:1.0'// https://jarcasting.com/artifacts/wsrf/wsa-xbeans-src/
implementation ("wsrf:wsa-xbeans-src:1.0")'wsrf:wsa-xbeans-src:jar:1.0'<dependency org="wsrf" name="wsa-xbeans-src" rev="1.0">
  <artifact name="wsa-xbeans-src" type="jar" />
</dependency>@Grapes(
@Grab(group='wsrf', module='wsa-xbeans-src', version='1.0')
)libraryDependencies += "wsrf" % "wsa-xbeans-src" % "1.0"[wsrf/wsa-xbeans-src "1.0"]