Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
---|---|
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-runtimetools-swing |
Version | Version2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools-swing/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-runtimetools-swing</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools-swing/
implementation 'net.sourceforge.jadex:jadex-runtimetools-swing:2.2'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools-swing/
implementation ("net.sourceforge.jadex:jadex-runtimetools-swing:2.2")
'net.sourceforge.jadex:jadex-runtimetools-swing:jar:2.2'
<dependency org="net.sourceforge.jadex" name="jadex-runtimetools-swing" rev="2.2">
<artifact name="jadex-runtimetools-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-runtimetools-swing', version='2.2')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-runtimetools-swing" % "2.2"
[net.sourceforge.jadex/jadex-runtimetools-swing "2.2"]