GroupId | GroupIdswt |
---|---|
ArtifactId | ArtifactIdswt-macosx |
Last Version | Last Version3.0m7 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
swt-macosx-3.0m7.pom | |
swt-macosx-3.0m7.jar | 831 KB |
Browse |
<!-- https://jarcasting.com/artifacts/swt/swt-macosx/ -->
<dependency>
<groupId>swt</groupId>
<artifactId>swt-macosx</artifactId>
<version>3.0m7</version>
</dependency>
// https://jarcasting.com/artifacts/swt/swt-macosx/
implementation 'swt:swt-macosx:3.0m7'
// https://jarcasting.com/artifacts/swt/swt-macosx/
implementation ("swt:swt-macosx:3.0m7")
'swt:swt-macosx:jar:3.0m7'
<dependency org="swt" name="swt-macosx" rev="3.0m7">
<artifact name="swt-macosx" type="jar" />
</dependency>
@Grapes(
@Grab(group='swt', module='swt-macosx', version='3.0m7')
)
libraryDependencies += "swt" % "swt-macosx" % "3.0m7"
[swt/swt-macosx "3.0m7"]