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