is not current version
Last Version 3.0.1

swt:runtime 3.0m8


GroupId

GroupId

swt
ArtifactId

ArtifactId

runtime
Version

Version

3.0m8
Type

Type

jar

Download runtime 3.0m8


<!-- https://jarcasting.com/artifacts/swt/runtime/ -->
<dependency>
    <groupId>swt</groupId>
    <artifactId>runtime</artifactId>
    <version>3.0m8</version>
</dependency>
// https://jarcasting.com/artifacts/swt/runtime/
implementation 'swt:runtime:3.0m8'
// https://jarcasting.com/artifacts/swt/runtime/
implementation ("swt:runtime:3.0m8")
'swt:runtime:jar:3.0m8'
<dependency org="swt" name="runtime" rev="3.0m8">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='swt', module='runtime', version='3.0m8')
)
libraryDependencies += "swt" % "runtime" % "3.0m8"
[swt/runtime "3.0m8"]