GroupId | GroupIdcom.github.youyouxi |
---|---|
ArtifactId | ArtifactIdflybiner-boot |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
flybiner-boot-1.1.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.youyouxi/flybiner-boot/ -->
<dependency>
<groupId>com.github.youyouxi</groupId>
<artifactId>flybiner-boot</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.youyouxi/flybiner-boot/
implementation 'com.github.youyouxi:flybiner-boot:1.1.4'
// https://jarcasting.com/artifacts/com.github.youyouxi/flybiner-boot/
implementation ("com.github.youyouxi:flybiner-boot:1.1.4")
'com.github.youyouxi:flybiner-boot:pom:1.1.4'
<dependency org="com.github.youyouxi" name="flybiner-boot" rev="1.1.4">
<artifact name="flybiner-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.youyouxi', module='flybiner-boot', version='1.1.4')
)
libraryDependencies += "com.github.youyouxi" % "flybiner-boot" % "1.1.4"
[com.github.youyouxi/flybiner-boot "1.1.4"]