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