| Categories | 
                CategoriesDex General Purpose Libraries Utility JADE | 
        
|---|---|
| GroupId | GroupIdorg.activecomponents.jadex | 
    
| ArtifactId | ArtifactIdjadex-applications-webservice | 
    
| Version | Version3.0-DEVELOPMENT | 
        
| 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-DEVELOPMENT</version>
</dependency>
                // https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-applications-webservice/
implementation 'org.activecomponents.jadex:jadex-applications-webservice:3.0-DEVELOPMENT'
                // https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-applications-webservice/
implementation ("org.activecomponents.jadex:jadex-applications-webservice:3.0-DEVELOPMENT")
                'org.activecomponents.jadex:jadex-applications-webservice:jar:3.0-DEVELOPMENT'
                <dependency org="org.activecomponents.jadex" name="jadex-applications-webservice" rev="3.0-DEVELOPMENT">
  <artifact name="jadex-applications-webservice" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.activecomponents.jadex', module='jadex-applications-webservice', version='3.0-DEVELOPMENT')
)
                libraryDependencies += "org.activecomponents.jadex" % "jadex-applications-webservice" % "3.0-DEVELOPMENT"
                [org.activecomponents.jadex/jadex-applications-webservice "3.0-DEVELOPMENT"]