GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdfbi |
Version | Version6-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
fbi-6-RELEASE.pom | |
fbi-6-RELEASE.jar | 16 KB |
fbi-6-RELEASE-sources.jar | 5 KB |
fbi-6-RELEASE-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/fbi/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>fbi</artifactId>
<version>6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/fbi/
implementation 'com.github.gkutiel:fbi:6-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/fbi/
implementation ("com.github.gkutiel:fbi:6-RELEASE")
'com.github.gkutiel:fbi:jar:6-RELEASE'
<dependency org="com.github.gkutiel" name="fbi" rev="6-RELEASE">
<artifact name="fbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='fbi', version='6-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "fbi" % "6-RELEASE"
[com.github.gkutiel/fbi "6-RELEASE"]