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