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