| GroupId | GroupIdoness | 
    
|---|---|
| ArtifactId | ArtifactIdoness-common-webapp-view | 
    
| Last Version | Last Version0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionONess Common-Webapp View 
            ONess Common-Webapp View is a module from the ONess project. Provides common resources to the webapp view of all modules. 
         | 
    
| Filename | Size | 
|---|---|
| oness-common-webapp-view-0.3.pom | |
| oness-common-webapp-view-0.3.jar | 81 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/oness/oness-common-webapp-view/ -->
<dependency>
    <groupId>oness</groupId>
    <artifactId>oness-common-webapp-view</artifactId>
    <version>0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/oness/oness-common-webapp-view/
implementation 'oness:oness-common-webapp-view:0.3'
                // https://jarcasting.com/artifacts/oness/oness-common-webapp-view/
implementation ("oness:oness-common-webapp-view:0.3")
                'oness:oness-common-webapp-view:jar:0.3'
                <dependency org="oness" name="oness-common-webapp-view" rev="0.3">
  <artifact name="oness-common-webapp-view" type="jar" />
</dependency>
                @Grapes(
@Grab(group='oness', module='oness-common-webapp-view', version='0.3')
)
                libraryDependencies += "oness" % "oness-common-webapp-view" % "0.3"
                [oness/oness-common-webapp-view "0.3"]