Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.threerings |
ArtifactId | ArtifactIdtripleplay-java-swt |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
tripleplay-java-swt-2.0.4.pom | |
tripleplay-java-swt-2.0.4.jar | 20 KB |
tripleplay-java-swt-2.0.4-sources.jar | 7 KB |
tripleplay-java-swt-2.0.4-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/tripleplay-java-swt/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>tripleplay-java-swt</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/tripleplay-java-swt/
implementation 'com.threerings:tripleplay-java-swt:2.0.4'
// https://jarcasting.com/artifacts/com.threerings/tripleplay-java-swt/
implementation ("com.threerings:tripleplay-java-swt:2.0.4")
'com.threerings:tripleplay-java-swt:jar:2.0.4'
<dependency org="com.threerings" name="tripleplay-java-swt" rev="2.0.4">
<artifact name="tripleplay-java-swt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='tripleplay-java-swt', version='2.0.4')
)
libraryDependencies += "com.threerings" % "tripleplay-java-swt" % "2.0.4"
[com.threerings/tripleplay-java-swt "2.0.4"]