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