is not current version
Last Version 1.5.22.RELEASE

org.springframework.boot:spring-boot-starter-social-twitter 1.3.1.RELEASE

Spring Boot Social Twitter Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-social-twitter
Version

Version

1.3.1.RELEASE
Type

Type

jar

Download spring-boot-starter-social-twitter 1.3.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-twitter/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-social-twitter</artifactId>
    <version>1.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-twitter/
implementation 'org.springframework.boot:spring-boot-starter-social-twitter:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-social-twitter/
implementation ("org.springframework.boot:spring-boot-starter-social-twitter:1.3.1.RELEASE")
'org.springframework.boot:spring-boot-starter-social-twitter:jar:1.3.1.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-social-twitter" rev="1.3.1.RELEASE">
  <artifact name="spring-boot-starter-social-twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-social-twitter', version='1.3.1.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-social-twitter" % "1.3.1.RELEASE"
[org.springframework.boot/spring-boot-starter-social-twitter "1.3.1.RELEASE"]