| Categories | 
                CategoriesWildFly Container Application Servers ORM Data | 
        
|---|---|
| GroupId | GroupIdio.apiman | 
    
| ArtifactId | ArtifactIdapiman-gateway-platforms-war-wildfly8-modules | 
    
| Version | Version1.1.2.Preview2 | 
        
| Type | Typepom | 
    
<!-- https://jarcasting.com/artifacts/io.apiman/apiman-gateway-platforms-war-wildfly8-modules/ -->
<dependency>
    <groupId>io.apiman</groupId>
    <artifactId>apiman-gateway-platforms-war-wildfly8-modules</artifactId>
    <version>1.1.2.Preview2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.apiman/apiman-gateway-platforms-war-wildfly8-modules/
implementation 'io.apiman:apiman-gateway-platforms-war-wildfly8-modules:1.1.2.Preview2'
                // https://jarcasting.com/artifacts/io.apiman/apiman-gateway-platforms-war-wildfly8-modules/
implementation ("io.apiman:apiman-gateway-platforms-war-wildfly8-modules:1.1.2.Preview2")
                'io.apiman:apiman-gateway-platforms-war-wildfly8-modules:pom:1.1.2.Preview2'
                <dependency org="io.apiman" name="apiman-gateway-platforms-war-wildfly8-modules" rev="1.1.2.Preview2">
  <artifact name="apiman-gateway-platforms-war-wildfly8-modules" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.apiman', module='apiman-gateway-platforms-war-wildfly8-modules', version='1.1.2.Preview2')
)
                libraryDependencies += "io.apiman" % "apiman-gateway-platforms-war-wildfly8-modules" % "1.1.2.Preview2"
                [io.apiman/apiman-gateway-platforms-war-wildfly8-modules "1.1.2.Preview2"]