GroupId | GroupIdpubscribe |
---|---|
ArtifactId | ArtifactIdwse-xbeans |
Version | Version1.0 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
wse-xbeans-1.0.pom | |
wse-xbeans-1.0.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pubscribe/wse-xbeans/ -->
<dependency>
<groupId>pubscribe</groupId>
<artifactId>wse-xbeans</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pubscribe/wse-xbeans/
implementation 'pubscribe:wse-xbeans:1.0'
// https://jarcasting.com/artifacts/pubscribe/wse-xbeans/
implementation ("pubscribe:wse-xbeans:1.0")
'pubscribe:wse-xbeans:jar:1.0'
<dependency org="pubscribe" name="wse-xbeans" rev="1.0">
<artifact name="wse-xbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='pubscribe', module='wse-xbeans', version='1.0')
)
libraryDependencies += "pubscribe" % "wse-xbeans" % "1.0"
[pubscribe/wse-xbeans "1.0"]