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