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