| Categories | 
                CategoriesJBoss Container Application Servers | 
        
|---|---|
| GroupId | GroupIdcom.axway.ats.framework.agent.webapp | 
    
| ArtifactId | ArtifactIdats-agent-webapp-jbosscontainer | 
    
| Version | Version4.0.0-SHAPSHOT | 
        
| Type | Typewar | 
    
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-jbosscontainer/ -->
<dependency>
    <groupId>com.axway.ats.framework.agent.webapp</groupId>
    <artifactId>ats-agent-webapp-jbosscontainer</artifactId>
    <version>4.0.0-SHAPSHOT</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-jbosscontainer/
implementation 'com.axway.ats.framework.agent.webapp:ats-agent-webapp-jbosscontainer:4.0.0-SHAPSHOT'
                // https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-jbosscontainer/
implementation ("com.axway.ats.framework.agent.webapp:ats-agent-webapp-jbosscontainer:4.0.0-SHAPSHOT")
                'com.axway.ats.framework.agent.webapp:ats-agent-webapp-jbosscontainer:war:4.0.0-SHAPSHOT'
                <dependency org="com.axway.ats.framework.agent.webapp" name="ats-agent-webapp-jbosscontainer" rev="4.0.0-SHAPSHOT">
  <artifact name="ats-agent-webapp-jbosscontainer" type="war" />
</dependency>
                @Grapes(
@Grab(group='com.axway.ats.framework.agent.webapp', module='ats-agent-webapp-jbosscontainer', version='4.0.0-SHAPSHOT')
)
                libraryDependencies += "com.axway.ats.framework.agent.webapp" % "ats-agent-webapp-jbosscontainer" % "4.0.0-SHAPSHOT"
                [com.axway.ats.framework.agent.webapp/ats-agent-webapp-jbosscontainer "4.0.0-SHAPSHOT"]