Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
---|---|
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-runtimetools |
Version | Version2.0-rc10 |
Type | Typejar |
Filename | Size |
---|---|
jadex-runtimetools-2.0-rc10.pom | |
jadex-runtimetools-2.0-rc10.jar | 699 KB |
jadex-runtimetools-2.0-rc10-sources.jar | 369 KB |
jadex-runtimetools-2.0-rc10-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-runtimetools</artifactId>
<version>2.0-rc10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/
implementation 'net.sourceforge.jadex:jadex-runtimetools:2.0-rc10'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/
implementation ("net.sourceforge.jadex:jadex-runtimetools:2.0-rc10")
'net.sourceforge.jadex:jadex-runtimetools:jar:2.0-rc10'
<dependency org="net.sourceforge.jadex" name="jadex-runtimetools" rev="2.0-rc10">
<artifact name="jadex-runtimetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-runtimetools', version='2.0-rc10')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-runtimetools" % "2.0-rc10"
[net.sourceforge.jadex/jadex-runtimetools "2.0-rc10"]