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