| Categories | CategoriesDistribution Build Tools Dex General Purpose Libraries Utility JADE | 
|---|---|
| GroupId | GroupIdorg.activecomponents.jadex | 
| ArtifactId | ArtifactIdjadex-distribution-minimal | 
| Version | Version3.0-DEVELOPMENT | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-distribution-minimal/ -->
<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-distribution-minimal</artifactId>
    <version>3.0-DEVELOPMENT</version>
</dependency>// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-distribution-minimal/
implementation 'org.activecomponents.jadex:jadex-distribution-minimal:3.0-DEVELOPMENT'// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-distribution-minimal/
implementation ("org.activecomponents.jadex:jadex-distribution-minimal:3.0-DEVELOPMENT")'org.activecomponents.jadex:jadex-distribution-minimal:jar:3.0-DEVELOPMENT'<dependency org="org.activecomponents.jadex" name="jadex-distribution-minimal" rev="3.0-DEVELOPMENT">
  <artifact name="jadex-distribution-minimal" type="jar" />
</dependency>@Grapes(
@Grab(group='org.activecomponents.jadex', module='jadex-distribution-minimal', version='3.0-DEVELOPMENT')
)libraryDependencies += "org.activecomponents.jadex" % "jadex-distribution-minimal" % "3.0-DEVELOPMENT"[org.activecomponents.jadex/jadex-distribution-minimal "3.0-DEVELOPMENT"]