GroupId | GroupIdcom.github.weekens |
---|---|
ArtifactId | ArtifactIdspring-social-vkontakte |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.weekens/spring-social-vkontakte/ -->
<dependency>
<groupId>com.github.weekens</groupId>
<artifactId>spring-social-vkontakte</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weekens/spring-social-vkontakte/
implementation 'com.github.weekens:spring-social-vkontakte:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.weekens/spring-social-vkontakte/
implementation ("com.github.weekens:spring-social-vkontakte:1.1.0.RELEASE")
'com.github.weekens:spring-social-vkontakte:jar:1.1.0.RELEASE'
<dependency org="com.github.weekens" name="spring-social-vkontakte" rev="1.1.0.RELEASE">
<artifact name="spring-social-vkontakte" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weekens', module='spring-social-vkontakte', version='1.1.0.RELEASE')
)
libraryDependencies += "com.github.weekens" % "spring-social-vkontakte" % "1.1.0.RELEASE"
[com.github.weekens/spring-social-vkontakte "1.1.0.RELEASE"]