GroupId | GroupIdcom.github.bun133 |
---|---|
ArtifactId | ArtifactIdflyframe |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
flyframe-1.0.pom | |
flyframe-1.0.jar | 1 MB |
flyframe-1.0-sources.jar | 5 KB |
flyframe-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bun133/flyframe/ -->
<dependency>
<groupId>com.github.bun133</groupId>
<artifactId>flyframe</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bun133/flyframe/
implementation 'com.github.bun133:flyframe:1.0'
// https://jarcasting.com/artifacts/com.github.bun133/flyframe/
implementation ("com.github.bun133:flyframe:1.0")
'com.github.bun133:flyframe:jar:1.0'
<dependency org="com.github.bun133" name="flyframe" rev="1.0">
<artifact name="flyframe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bun133', module='flyframe', version='1.0')
)
libraryDependencies += "com.github.bun133" % "flyframe" % "1.0"
[com.github.bun133/flyframe "1.0"]