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