| Группа | Группаorg.springframework.social |
|---|---|
| Идентификатор | Идентификаторspring-social-web |
| Версия | Версия1.0.2.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-social-web-1.0.2.RELEASE.pom | |
| spring-social-web-1.0.2.RELEASE.jar | 18 KB |
| spring-social-web-1.0.2.RELEASE-sources.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.social/spring-social-web/ -->
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-web</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.social/spring-social-web/
implementation 'org.springframework.social:spring-social-web:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.social/spring-social-web/
implementation ("org.springframework.social:spring-social-web:1.0.2.RELEASE")
'org.springframework.social:spring-social-web:jar:1.0.2.RELEASE'
<dependency org="org.springframework.social" name="spring-social-web" rev="1.0.2.RELEASE">
<artifact name="spring-social-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-web', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.social" % "spring-social-web" % "1.0.2.RELEASE"
[org.springframework.social/spring-social-web "1.0.2.RELEASE"]