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