License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-parent |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-parent
Jadex parent ist the parent POM for all jadex modules
and contains common maven build information.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jadex-parent-2.4.pom | 6 KB |
jadex-parent-2.4-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-parent</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation 'net.sourceforge.jadex:jadex-parent:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation ("net.sourceforge.jadex:jadex-parent:2.4")
'net.sourceforge.jadex:jadex-parent:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-parent" rev="2.4">
<artifact name="jadex-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-parent', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-parent" % "2.4"
[net.sourceforge.jadex/jadex-parent "2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |