is not current version
Last Version 2.4

net.sourceforge.jadex:jadex-parent 2.3

Jadex parent ist the parent POM for all jadex modules and contains common maven build information.

Categories

Categories

Net Dex General Purpose Libraries Utility JADE
GroupId

GroupId

net.sourceforge.jadex
ArtifactId

ArtifactId

jadex-parent
Version

Version

2.3
Type

Type

jar

Download jadex-parent 2.3


<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/ -->
<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-parent</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation 'net.sourceforge.jadex:jadex-parent:2.3'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation ("net.sourceforge.jadex:jadex-parent:2.3")
'net.sourceforge.jadex:jadex-parent:jar:2.3'
<dependency org="net.sourceforge.jadex" name="jadex-parent" rev="2.3">
  <artifact name="jadex-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-parent', version='2.3')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-parent" % "2.3"
[net.sourceforge.jadex/jadex-parent "2.3"]