GroupId | GroupIdcom.github.zhycn |
---|---|
ArtifactId | ArtifactIdxbird-starter |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
xbird-starter-2.1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter/ -->
<dependency>
<groupId>com.github.zhycn</groupId>
<artifactId>xbird-starter</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter/
implementation 'com.github.zhycn:xbird-starter:2.1.0'
// https://jarcasting.com/artifacts/com.github.zhycn/xbird-starter/
implementation ("com.github.zhycn:xbird-starter:2.1.0")
'com.github.zhycn:xbird-starter:pom:2.1.0'
<dependency org="com.github.zhycn" name="xbird-starter" rev="2.1.0">
<artifact name="xbird-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhycn', module='xbird-starter', version='2.1.0')
)
libraryDependencies += "com.github.zhycn" % "xbird-starter" % "2.1.0"
[com.github.zhycn/xbird-starter "2.1.0"]