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