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