Categories |
CategoriesDex General Purpose Libraries Utility JADE |
---|---|
GroupId | GroupIdorg.activecomponents.jadex |
ArtifactId | ArtifactIdjadex-kernel-base |
Version | Version3.0.0-RC80 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-base/ -->
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-kernel-base</artifactId>
<version>3.0.0-RC80</version>
</dependency>
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-base/
implementation 'org.activecomponents.jadex:jadex-kernel-base:3.0.0-RC80'
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-base/
implementation ("org.activecomponents.jadex:jadex-kernel-base:3.0.0-RC80")
'org.activecomponents.jadex:jadex-kernel-base:jar:3.0.0-RC80'
<dependency org="org.activecomponents.jadex" name="jadex-kernel-base" rev="3.0.0-RC80">
<artifact name="jadex-kernel-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activecomponents.jadex', module='jadex-kernel-base', version='3.0.0-RC80')
)
libraryDependencies += "org.activecomponents.jadex" % "jadex-kernel-base" % "3.0.0-RC80"
[org.activecomponents.jadex/jadex-kernel-base "3.0.0-RC80"]