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