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