GroupId | GroupIdcom.github.gaojh |
---|---|
ArtifactId | ArtifactIdflyingboot |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
flyingboot-2.0.4.pom | |
flyingboot-2.0.4.jar | 146 KB |
flyingboot-2.0.4-sources.jar | 55 KB |
flyingboot-2.0.4-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gaojh/flyingboot/ -->
<dependency>
<groupId>com.github.gaojh</groupId>
<artifactId>flyingboot</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gaojh/flyingboot/
implementation 'com.github.gaojh:flyingboot:2.0.4'
// https://jarcasting.com/artifacts/com.github.gaojh/flyingboot/
implementation ("com.github.gaojh:flyingboot:2.0.4")
'com.github.gaojh:flyingboot:jar:2.0.4'
<dependency org="com.github.gaojh" name="flyingboot" rev="2.0.4">
<artifact name="flyingboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gaojh', module='flyingboot', version='2.0.4')
)
libraryDependencies += "com.github.gaojh" % "flyingboot" % "2.0.4"
[com.github.gaojh/flyingboot "2.0.4"]