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