| Categories | 
                CategoriesJBoss Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.jboss.errai | 
    
| ArtifactId | ArtifactIderrai-uibinder | 
    
| Version | Version3.0.0.20131101-M2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.jboss.errai/errai-uibinder/ -->
<dependency>
    <groupId>org.jboss.errai</groupId>
    <artifactId>errai-uibinder</artifactId>
    <version>3.0.0.20131101-M2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.errai/errai-uibinder/
implementation 'org.jboss.errai:errai-uibinder:3.0.0.20131101-M2'
                // https://jarcasting.com/artifacts/org.jboss.errai/errai-uibinder/
implementation ("org.jboss.errai:errai-uibinder:3.0.0.20131101-M2")
                'org.jboss.errai:errai-uibinder:jar:3.0.0.20131101-M2'
                <dependency org="org.jboss.errai" name="errai-uibinder" rev="3.0.0.20131101-M2">
  <artifact name="errai-uibinder" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.errai', module='errai-uibinder', version='3.0.0.20131101-M2')
)
                libraryDependencies += "org.jboss.errai" % "errai-uibinder" % "3.0.0.20131101-M2"
                [org.jboss.errai/errai-uibinder "3.0.0.20131101-M2"]