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