GroupId | GroupIdcom.github.xuyuansheng |
---|---|
ArtifactId | ArtifactIdxbapi-docs |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
xbapi-docs-1.1.pom | |
xbapi-docs-1.1.jar | 140 KB |
xbapi-docs-1.1-sources.jar | 100 KB |
xbapi-docs-1.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuyuansheng/xbapi-docs/ -->
<dependency>
<groupId>com.github.xuyuansheng</groupId>
<artifactId>xbapi-docs</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuyuansheng/xbapi-docs/
implementation 'com.github.xuyuansheng:xbapi-docs:1.1'
// https://jarcasting.com/artifacts/com.github.xuyuansheng/xbapi-docs/
implementation ("com.github.xuyuansheng:xbapi-docs:1.1")
'com.github.xuyuansheng:xbapi-docs:jar:1.1'
<dependency org="com.github.xuyuansheng" name="xbapi-docs" rev="1.1">
<artifact name="xbapi-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuyuansheng', module='xbapi-docs', version='1.1')
)
libraryDependencies += "com.github.xuyuansheng" % "xbapi-docs" % "1.1"
[com.github.xuyuansheng/xbapi-docs "1.1"]