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