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