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