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