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