| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers | 
        
| GroupId | GroupIdorg.jboss.seam.remoting | 
    
| ArtifactId | ArtifactIdseam-remoting-parent | 
    
| Version | Version3.0.0-Beta1 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSeam Remoting Parent 
            The parent POM for Weld, specifying the build parameters 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| seam-remoting-parent-3.0.0-Beta1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-parent/ -->
<dependency>
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-parent</artifactId>
    <version>3.0.0-Beta1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-parent/
implementation 'org.jboss.seam.remoting:seam-remoting-parent:3.0.0-Beta1'
                // https://jarcasting.com/artifacts/org.jboss.seam.remoting/seam-remoting-parent/
implementation ("org.jboss.seam.remoting:seam-remoting-parent:3.0.0-Beta1")
                'org.jboss.seam.remoting:seam-remoting-parent:pom:3.0.0-Beta1'
                <dependency org="org.jboss.seam.remoting" name="seam-remoting-parent" rev="3.0.0-Beta1">
  <artifact name="seam-remoting-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.seam.remoting', module='seam-remoting-parent', version='3.0.0-Beta1')
)
                libraryDependencies += "org.jboss.seam.remoting" % "seam-remoting-parent" % "3.0.0-Beta1"
                [org.jboss.seam.remoting/seam-remoting-parent "3.0.0-Beta1"]