GroupId | GroupIdxyz.cssxsh |
---|---|
ArtifactId | ArtifactIdbilibili-helper |
Version | Version1.2.3 |
Type | Typepom |
Filename | Size |
---|---|
bilibili-helper-1.2.3.pom | |
bilibili-helper-1.2.3-sources.jar | 44 KB |
bilibili-helper-1.2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cssxsh/bilibili-helper/ -->
<dependency>
<groupId>xyz.cssxsh</groupId>
<artifactId>bilibili-helper</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cssxsh/bilibili-helper/
implementation 'xyz.cssxsh:bilibili-helper:1.2.3'
// https://jarcasting.com/artifacts/xyz.cssxsh/bilibili-helper/
implementation ("xyz.cssxsh:bilibili-helper:1.2.3")
'xyz.cssxsh:bilibili-helper:pom:1.2.3'
<dependency org="xyz.cssxsh" name="bilibili-helper" rev="1.2.3">
<artifact name="bilibili-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cssxsh', module='bilibili-helper', version='1.2.3')
)
libraryDependencies += "xyz.cssxsh" % "bilibili-helper" % "1.2.3"
[xyz.cssxsh/bilibili-helper "1.2.3"]