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