Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
---|---|
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-parent |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
jadex-parent-2.2.pom | 6 KB |
jadex-parent-2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation 'net.sourceforge.jadex:jadex-parent:2.2'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-parent/
implementation ("net.sourceforge.jadex:jadex-parent:2.2")
'net.sourceforge.jadex:jadex-parent:jar:2.2'
<dependency org="net.sourceforge.jadex" name="jadex-parent" rev="2.2">
<artifact name="jadex-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-parent', version='2.2')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-parent" % "2.2"
[net.sourceforge.jadex/jadex-parent "2.2"]