| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdcom.ariht | 
    
| ArtifactId | ArtifactIdmaven-assembly-descriptor | 
    
| Last Version | Last Version0.9.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmaven-assembly-descriptor 
            Assembles web application and associated deployment scripts and config
        into single archive for deployment to remote machines. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.ariht/maven-assembly-descriptor/ -->
<dependency>
    <groupId>com.ariht</groupId>
    <artifactId>maven-assembly-descriptor</artifactId>
    <version>0.9.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.ariht/maven-assembly-descriptor/
implementation 'com.ariht:maven-assembly-descriptor:0.9.2'
                // https://jarcasting.com/artifacts/com.ariht/maven-assembly-descriptor/
implementation ("com.ariht:maven-assembly-descriptor:0.9.2")
                'com.ariht:maven-assembly-descriptor:jar:0.9.2'
                <dependency org="com.ariht" name="maven-assembly-descriptor" rev="0.9.2">
  <artifact name="maven-assembly-descriptor" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.ariht', module='maven-assembly-descriptor', version='0.9.2')
)
                libraryDependencies += "com.ariht" % "maven-assembly-descriptor" % "0.9.2"
                [com.ariht/maven-assembly-descriptor "0.9.2"]