| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers | 
        
| GroupId | GroupIdorg.jboss.seam.remoting | 
    
| ArtifactId | ArtifactIdseam-remoting-helloworld-example | 
    
| Last Version | Last Version3.0.0-Beta1 | 
        
| Release Date | Release Date | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionSeam Remoting Helloworld Example 
            The parent POM for Weld, specifying the build parameters 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-helloworld-example/ -->
<dependency>
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-helloworld-example</artifactId>
    <version>3.0.0-Beta1</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-helloworld-example/
implementation 'org.jboss.seam.remoting:seam-remoting-helloworld-example:3.0.0-Beta1'
                // https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-helloworld-example/
implementation ("org.jboss.seam.remoting:seam-remoting-helloworld-example:3.0.0-Beta1")
                'org.jboss.seam.remoting:seam-remoting-helloworld-example:war:3.0.0-Beta1'
                <dependency org="org.jboss.seam.remoting" name="seam-remoting-helloworld-example" rev="3.0.0-Beta1">
  <artifact name="seam-remoting-helloworld-example" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.seam.remoting', module='seam-remoting-helloworld-example', version='3.0.0-Beta1')
)
                libraryDependencies += "org.jboss.seam.remoting" % "seam-remoting-helloworld-example" % "3.0.0-Beta1"
                [org.jboss.seam.remoting/seam-remoting-helloworld-example "3.0.0-Beta1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.seam.remoting : seam-remoting-core | jar | 3.0.0-Beta1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.0 | 
| javax.faces : jsf-api | jar | 2.0.1-FCS |