| Категории |
КатегорииDex Универсальные библиотеки Utility JADE |
|---|---|
| Группа | Группаorg.activecomponents.jadex |
| Идентификатор | Идентификаторjadex-runtimetools-swing |
| Версия | Версия3.0.112 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-runtimetools-swing/ -->
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-runtimetools-swing</artifactId>
<version>3.0.112</version>
</dependency>
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-runtimetools-swing/
implementation 'org.activecomponents.jadex:jadex-runtimetools-swing:3.0.112'
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-runtimetools-swing/
implementation ("org.activecomponents.jadex:jadex-runtimetools-swing:3.0.112")
'org.activecomponents.jadex:jadex-runtimetools-swing:jar:3.0.112'
<dependency org="org.activecomponents.jadex" name="jadex-runtimetools-swing" rev="3.0.112">
<artifact name="jadex-runtimetools-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activecomponents.jadex', module='jadex-runtimetools-swing', version='3.0.112')
)
libraryDependencies += "org.activecomponents.jadex" % "jadex-runtimetools-swing" % "3.0.112"
[org.activecomponents.jadex/jadex-runtimetools-swing "3.0.112"]