Categories |
CategoriesNet Distribution Build Tools Dex General Purpose Libraries Utility JADE |
---|---|
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-distribution-minimal |
Version | Version2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-distribution-minimal</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/
implementation 'net.sourceforge.jadex:jadex-distribution-minimal:2.3'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/
implementation ("net.sourceforge.jadex:jadex-distribution-minimal:2.3")
'net.sourceforge.jadex:jadex-distribution-minimal:jar:2.3'
<dependency org="net.sourceforge.jadex" name="jadex-distribution-minimal" rev="2.3">
<artifact name="jadex-distribution-minimal" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-distribution-minimal', version='2.3')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-distribution-minimal" % "2.3"
[net.sourceforge.jadex/jadex-distribution-minimal "2.3"]